Browse Source

PKG_SUBPKGS needed

Waldemar Brodkorb 14 years ago
parent
commit
e44cf5b9b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/gdk-pixbuf/Makefile

+ 2 - 1
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