Commit f47d199f authored by Ismael Luceno's avatar Ismael Luceno Committed by Peter Korsgaard
Browse files

xserver_xorg-server: Xvfb support

parent e1aee063
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -56,14 +56,23 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
comment "xorg-xserver is BROKEN on AVR32"
	depends on BR2_avr32

if BR2_PACKAGE_XSERVER_XORG_SERVER

config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR
    bool "Null root cursor"
    depends on BR2_PACKAGE_XSERVER_XORG_SERVER
    help
        Don't display root cursor.

config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
    bool "Enable AIGLX Extension"
    depends on BR2_PACKAGE_XSERVER_XORG_SERVER
    help
        Enable/Use AIGLX extension.

comment "Optional Servers"

config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB
    bool "Xvfb server"
    help
        Virtual frame buffer X server.

endif
+3 −3
Original line number Diff line number Diff line
@@ -58,11 +58,11 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
	host-pkg-config

XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
		--disable-xnest --disable-xephyr --disable-xvfb \
		--disable-dmx \
		--disable-xnest --disable-xephyr --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
		--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \
		--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb

ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg