summaryrefslogtreecommitdiff
path: root/package/xinit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xinit/Makefile')
-rw-r--r--package/xinit/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile
index a5180511a..6a1461826 100644
--- a/package/xinit/Makefile
+++ b/package/xinit/Makefile
@@ -5,15 +5,17 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= xinit
PKG_VERSION:= 1.2.1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 7ad82221ebd6600a8d33712ec3b62efb
PKG_DESCR:= X Window System initializer
-PKG_SECTION:= x11
-PKG_DEPENDS:= xorg-server mcookie
+PKG_SECTION:= x11/apps
+PKG_DEPENDS:= xorg-server mcookie xauth xset
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}))