Ver código fonte

Merge vaygr/opt-dep

master
Bert Münnich 8 anos atrás
pai
commit
5fb5d44cff
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile Ver arquivo

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

# optional dependencies:
# giflib: gif animations
ifndef NO_GIFLIB
CPPFLAGS += -DHAVE_GIFLIB
LIBS += -lgif
endif
# libexif: jpeg auto-orientation, exif thumbnails
ifndef NO_LIBEXIF
CPPFLAGS += -DHAVE_LIBEXIF
LIBS += -lexif
endif

.PHONY: clean install uninstall



Carregando…
Cancelar
Salvar