summaryrefslogtreecommitdiff
path: root/package/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
commit3ec8f60098663d824db8ae45cd02240b5df55d1f (patch)
treea1e1a550841c70c57bcaa6f72837650d66782954 /package/gdk-pixbuf/Makefile
parentcb11a40075cb65aec0a73f98751aa4879ab73719 (diff)
parent66a6c153d5db95eb0f35861269a7f5459f387e55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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