projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45fcf7
)
[packages] xcbproto: don't include python packaging stuff at DUMP time
author
Nicolas Thill
<nico@openwrt.org>
Fri, 24 Apr 2009 20:30:23 +0000
(20:30 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 24 Apr 2009 20:30:23 +0000
(20:30 +0000)
SVN-Revision: 15396
Xorg/lib/xcbproto/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/xcbproto/Makefile
b/Xorg/lib/xcbproto/Makefile
index f59ef7e1854c38254dea6ec874b909beee404535..c4bd27ee388625ee656bc97f0bb91f487f0f6d5c 100644
(file)
--- a/
Xorg/lib/xcbproto/Makefile
+++ b/
Xorg/lib/xcbproto/Makefile
@@
-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)