summaryrefslogtreecommitdiff
path: root/package/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-17 05:28:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-17 05:28:15 +0200
commite44cf5b9b839c7b8fc9217a81db834a1eaf60d4e (patch)
treee723770d5238d1e30da015fdf4260697635c6c6a /package/gdk-pixbuf/Makefile
parentbb9cedbc2c16632cb8e0538acdb0a9c24d4cd85f (diff)
PKG_SUBPKGS needed
Diffstat (limited to 'package/gdk-pixbuf/Makefile')
-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 ece881729..9844014fb 100644
--- a/package/gdk-pixbuf/Makefile
+++ b/package/gdk-pixbuf/Makefile
@@ -13,6 +13,8 @@ PKG_BUILDDEP:= jpeg libtiff
PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.23/
PKG_NEED_CXX:= 1
+PKG_SUBPKGS:= GDK_PIXBUF GDK_PIXBUF_DEV
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GDK_PIXBUF,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -36,6 +38,5 @@ gdk-pixbuf-dev-install:
$(INSTALL_DIR) $(IDIR_GDK_PIXBUF_DEV)/usr/include
$(CP) $(WRKINST)/usr/include/* \
$(IDIR_GDK_PIXBUF_DEV)/usr/include
-
include ${TOPDIR}/mk/pkg-bottom.mk