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