summaryrefslogtreecommitdiff
path: root/package/xinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-11 15:13:07 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-11 15:13:21 +0200
commit6fc5a3d432a5b4d090fa0118165458f0ffecd581 (patch)
tree69531da6181436c3da2cf758c9c4033000207ed6 /package/xinit
parentee7fc1870a63d6b54cb2ed347731887080ed4f16 (diff)
qemu: allow to start X with modesetting driver
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 cf65daeaf..a6f74d1e8 100644
--- a/package/xinit/Makefile
+++ b/package/xinit/Makefile
@@ -9,12 +9,14 @@ PKG_RELEASE:= 6
PKG_HASH:= 3079d3fb86af99f4c2c2907b5725e5820fdb2144d3be6002ec367bfcebc5c480
PKG_DESCR:= x window system initializer
PKG_SECTION:= x11/utils
-PKG_DEPENDS:= xorg-server mcookie xauth xset xterm
+PKG_DEPENDS:= xorg-server mcookie xauth xset
PKG_BUILDDEP:= xorg-server
PKG_NEEDS:= c++
PKG_URL:= http://xorg.freedesktop.org/
PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/
+PKG_CFLINE_XINIT:= select BUSYBOX_HEXDUMP
+
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(ADK_TOPDIR)/mk/package.mk