diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 22:04:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 22:04:29 +0100 |
commit | 3377d6e3a37358bf47c23bd6a9213db354535141 (patch) | |
tree | c94c2d11dcdd5dc32c3dc7c4ef0aad7bf18f2f5f | |
parent | 13677e45f788d19e4baed6a30e5619819fb13801 (diff) | |
download | fbida-3377d6e3a37358bf47c23bd6a9213db354535141.tar.gz |
fix exiftran build
-rw-r--r-- | GNUmakefile | 2 |
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 \ |