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:
Ismael Luceno 2021-10-10 21:19:36 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent e694cc0a25
commit eedbd6f97d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)