mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
xserver-xorg: fix build when Xtst isn't available
The optional DMX support (Distributed Multihead X) needs Xtst, which may or may not be available in the buildroot config. DMX is unlikely to be needed for a BR system, so simply disable it rather than forcibly requiring Xtst. Fixes http://autobuild.buildroot.org/results/df990ded6472de62132e3a089634fafe0e029107/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e4fba5865b
commit
920544e02b
@ -58,6 +58,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
|
||||
|
||||
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
||||
--disable-xnest --disable-xephyr --disable-xvfb \
|
||||
--disable-dmx \
|
||||
--with-builder-addr=buildroot@uclibc.org \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
|
||||
--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var
|
||||
|
Loading…
Reference in New Issue
Block a user