diff options
Diffstat (limited to 'package/twm/Makefile')
-rw-r--r-- | package/twm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/twm/Makefile b/package/twm/Makefile index 97380e066..7e2a70482 100644 --- a/package/twm/Makefile +++ b/package/twm/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,TWM,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |