summaryrefslogtreecommitdiff
path: root/package/xinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:49:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:49:08 +0100
commitb8d0085de8fc78fb4cb0da43c5ad55eb9e21a862 (patch)
tree504f37a87b78c1b6d13024114a79e4caeacd0567 /package/xinit
parent67a64e4c89821f196e61cdf5b1eafbfc67c624ee (diff)
fix cross-compile on Darwin host
Diffstat (limited to 'package/xinit')
-rw-r--r--package/xinit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile
index 8c5b5da5c..7cd77646e 100644
--- a/package/xinit/Makefile
+++ b/package/xinit/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= xinit
PKG_VERSION:= 1.2.1
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 7ad82221ebd6600a8d33712ec3b62efb
PKG_DESCR:= X Window System initializer
PKG_SECTION:= x11/apps
@@ -20,6 +20,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XINIT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS:= --without-launchd
+
post-install:
$(INSTALL_DIR) $(IDIR_XINIT)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/{xinit,startx} \