Merge vaygr/opt-dep
This commit is contained in:
commit
5fb5d44cff
5
Makefile
5
Makefile
|
@ -11,12 +11,15 @@ LIBS := -lImlib2 -lX11 -lXft
|
||||||
|
|
||||||
# optional dependencies:
|
# optional dependencies:
|
||||||
# giflib: gif animations
|
# giflib: gif animations
|
||||||
|
ifndef NO_GIFLIB
|
||||||
CPPFLAGS += -DHAVE_GIFLIB
|
CPPFLAGS += -DHAVE_GIFLIB
|
||||||
LIBS += -lgif
|
LIBS += -lgif
|
||||||
|
endif
|
||||||
# libexif: jpeg auto-orientation, exif thumbnails
|
# libexif: jpeg auto-orientation, exif thumbnails
|
||||||
|
ifndef NO_LIBEXIF
|
||||||
CPPFLAGS += -DHAVE_LIBEXIF
|
CPPFLAGS += -DHAVE_LIBEXIF
|
||||||
LIBS += -lexif
|
LIBS += -lexif
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: clean install uninstall
|
.PHONY: clean install uninstall
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue