Przeglądaj źródła

Add build options for optional dependencies

master
Vlad Glagolev 8 lat temu
rodzic
commit
22436f747d
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile Wyświetl plik

@@ -11,12 +11,15 @@ LIBS := -lImlib2 -lX11 -lXft

# optional dependencies:
# giflib: gif animations
ifeq ($(WITH_GIFLIB), 1)
CPPFLAGS += -DHAVE_GIFLIB
LIBS += -lgif
endif
# libexif: jpeg auto-orientation, exif thumbnails
ifeq ($(WITH_LIBEXIF), 1)
CPPFLAGS += -DHAVE_LIBEXIF
LIBS += -lexif
endif

.PHONY: clean install uninstall



Ładowanie…
Anuluj
Zapisz