projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754f001
)
gdk-pixbuf: fix static build with libtiff
author
Baruch Siach
<baruch@tkos.co.il>
Fri, 22 May 2015 04:29:51 +0000
(07:29 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 22 May 2015 05:58:51 +0000
(07:58 +0200)
Fixes:
http://autobuild.buildroot.net/results/ce6/
ce61d5aaf5dfdda92fcecb08a30b6093926d6f01
/
http://autobuild.buildroot.net/results/76b/
76b550da06fe547716f089e46d96a1406043268a
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdk-pixbuf/gdk-pixbuf.mk
patch
|
blob
|
history
diff --git
a/package/gdk-pixbuf/gdk-pixbuf.mk
b/package/gdk-pixbuf/gdk-pixbuf.mk
index 0977d92c03160c92c9b9feadb4eec84cd3332a36..eb30215d7936ef1514b85f1de7bbc6ba5e56b646 100644
(file)
--- a/
package/gdk-pixbuf/gdk-pixbuf.mk
+++ b/
package/gdk-pixbuf/gdk-pixbuf.mk
@@
-33,7
+33,9
@@
endif
ifneq ($(BR2_PACKAGE_TIFF),y)
GDK_PIXBUF_CONF_OPTS += --without-libtiff
else
-GDK_PIXBUF_DEPENDENCIES += tiff
+GDK_PIXBUF_DEPENDENCIES += tiff host-pkgconf
+GDK_PIXBUF_CONF_ENV += \
+ LIBS='$(shell $(PKG_CONFIG_HOST_BINARY) --libs libtiff-4)'
endif
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)