|
@@ -60,7 +60,8 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
|
|
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
|
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
|
--disable-xnest --disable-xephyr --disable-xvfb \
|
|
--disable-xnest --disable-xephyr --disable-xvfb \
|
|
--with-builder-addr=buildroot@uclibc.org \
|
|
--with-builder-addr=buildroot@uclibc.org \
|
|
- CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
|
|
|
|
|
|
+ CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1" \
|
|
|
|
+ --with-fontdir=/usr/share/fonts/X11/
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
|
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg --disable-glx
|
|
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg --disable-glx
|