aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-08 22:04:29 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-08 22:04:29 +0100
commit3377d6e3a37358bf47c23bd6a9213db354535141 (patch)
treec94c2d11dcdd5dc32c3dc7c4ef0aad7bf18f2f5f /GNUmakefile
parent13677e45f788d19e4baed6a30e5619819fb13801 (diff)
downloadfbida-3377d6e3a37358bf47c23bd6a9213db354535141.tar.gz
fix exiftran build
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3bc022f..154a5e9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -147,6 +147,8 @@ fbi : LDLIBS += $(call ac_lib_mkvar,$(fbi_libs),LDLIBS)
# jpeg/exif libs
exiftran : LDLIBS += -ljpeg -lexif -lm
+exiftran : CFLAGS += $(shell $(PKG_CONFIG) --cflags pixman-1)
+exiftran : LDLIBS += $(shell $(PKG_CONFIG) --libs pixman-1)
thumbnail.cgi : LDLIBS += -lexif -lm
exiftran: exiftran.o genthumbnail.o jpegtools.o \