mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
gdk-pixbuf: fix static build with libtiff
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
754f0015c8
commit
435dfee047
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user