summaryrefslogtreecommitdiff
path: root/package/gdk-pixbuf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-02 03:19:35 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-02 03:20:28 -0600
commit51a9da2ad4d5b913d406853cef027b4af186cd20 (patch)
tree3e99a7d5e9ca9ee297fe3cc853191b5db215d2f7 /package/gdk-pixbuf
parenta00f3823c366ac95bad56882a66a945778effbcd (diff)
fix host build
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r--package/gdk-pixbuf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile
index 457aefd58..ec5f23006 100644
--- a/package/gdk-pixbuf/Makefile
+++ b/package/gdk-pixbuf/Makefile
@@ -12,7 +12,7 @@ PKG_DESCR:= image loading and pixel buffer manipulation library
PKG_SECTION:= libs/image
PKG_DEPENDS:= libstdcxx
PKG_BUILDDEP:= libjpeg-turbo libtiff
-HOST_BUILDDEP:= glib-host
+HOST_BUILDDEP:= glib-host libffi-host
PKG_SITES:= $(MASTER_SITE_GNOME:=gdk-pixbuf/$(PKG_EXTRAVER)/)
PKG_OPTS:= dev
@@ -22,6 +22,7 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call HOST_template,GDK_PIXBUF,gdk-pixbuf,$(PKG_VERSION)-$(PKG_RELEASE)))
$(eval $(call PKG_template,GDK_PIXBUF,gdk-pixbuf,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+HOST_LDFLAGS+= -lffi -lz -ldl -lresolv
HOST_CONFIGURE_ARGS+= --disable-glibtest \
--without-libtiff
CONFIGURE_ENV+= gio_can_sniff=no