xserver_xorg-server: Xvfb support
Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e1aee0638f
commit
f47d199ff8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user