Преглед изворни кода

Add build options for optional dependencies

master
Vlad Glagolev пре 8 година
родитељ
комит
22436f747d
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile Прегледај датотеку

@@ -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



Loading…
Откажи
Сачувај