Explorar el Código

Merge vaygr/opt-dep

master
Bert Münnich hace 8 años
padre
commit
5fb5d44cff
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile Ver fichero

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



Cargando…
Cancelar
Guardar