瀏覽代碼

Merge vaygr/opt-dep

master
Bert Münnich 8 年之前
父節點
當前提交
5fb5d44cff
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile 查看文件

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



Loading…
取消
儲存