[packages] xcbproto: don't include python packaging stuff at DUMP time
authorNicolas Thill <nico@openwrt.org>
Fri, 24 Apr 2009 20:30:23 +0000 (20:30 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 24 Apr 2009 20:30:23 +0000 (20:30 +0000)
SVN-Revision: 15396

Xorg/lib/xcbproto/Makefile

index f59ef7e1854c38254dea6ec874b909beee404535..c4bd27ee388625ee656bc97f0bb91f487f0f6d5c 100644 (file)
@@ -19,7 +19,7 @@ PKG_INSTALL:=1
 PKG_BUILD_DEPENDS:=PACKAGE_python:python PACKAGE_python-mini:python
 
 include $(INCLUDE_DIR)/package.mk
-include $(STAGING_DIR)/mk/python-package.mk
+-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
 
 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini)