diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-15 16:49:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-15 16:49:33 +0200 |
commit | 6c739ba5d6d6f47b983c1ba39df6f73b79f78810 (patch) | |
tree | 10da136a3892c4e07ae0ecd7bc86b9340adc3aef /package/xinit | |
parent | 7838fca0479a0d4affcb245ec042ead7ae1d7b3b (diff) |
fix foxboard allmodconfig build, mostly by disabling packages
Diffstat (limited to 'package/xinit')
-rw-r--r-- | package/xinit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile index fbdf6554d..ef20573e5 100644 --- a/package/xinit/Makefile +++ b/package/xinit/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP+= xorg-server PKG_URL:= http://xorg.freedesktop.org PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ +PKG_TARGET_DEPENDS:= !foxboard + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,XINIT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |