|
@@ -57,7 +57,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
|
|
|
|
|
|
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
|
|
--disable-xnest --disable-xephyr --disable-dmx \
|
|
|
- --with-builder-addr=buildroot@uclibc.org \
|
|
|
+ --with-builder-addr=buildroot@buildroot.org \
|
|
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
|
|
|
--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \
|
|
|
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|