package/x11r7/xserver_xorg-server: Add support for Xephyr
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
e694cc0a25
commit
eedbd6f97d
@ -82,4 +82,9 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB
|
||||
help
|
||||
Virtual frame buffer X server.
|
||||
|
||||
config BR2_PACKAGE_XSERVER_XORG_SERVER_XEPHYR
|
||||
bool "Xephyr server"
|
||||
help
|
||||
Xephyr nested X server; successor to Xnest.
|
||||
|
||||
endif
|
||||
|
@ -47,12 +47,12 @@ XSERVER_XORG_SERVER_CONF_OPTS = \
|
||||
--disable-config-hal \
|
||||
--enable-record \
|
||||
--disable-xnest \
|
||||
--disable-xephyr \
|
||||
--disable-dmx \
|
||||
--disable-unit-tests \
|
||||
--with-builder-addr=buildroot@buildroot.org \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1 -O2" \
|
||||
--with-fontrootdir=/usr/share/fonts/X11/ \
|
||||
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XEPHYR),en,dis)able-xephyr \
|
||||
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
|
Loading…
Reference in New Issue
Block a user