summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-12-23 14:31:46 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-12-23 14:31:46 (GMT)
commit8f0f43974ca9fd061837d211ffec3f7089be85e7 (patch)
tree83fae345d4e408f49d1116ecb95d93786ec5f1a9 /src/gdk-pixbuf.mk
parent209a3bf1d8f50a144fbf7fe5ee81252e63720782 (diff)
downloadmxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.zip
mxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.tar.gz
mxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.tar.bz2
package gdal gdk-pixbuf libpano13: tiff 4 detection workaround
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 880fdc3..2ac9e54 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -27,6 +27,7 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-modules \
- --with-included-loaders
+ --with-included-loaders \
+ LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef