[Buildroot] Error in xserver_xorg-server.mk?

Matuschka, Sebastian Sebastian.Matuschka at gcd-solutions.de
Tue Sep 30 07:01:54 UTC 2008


Hi All,

i guess that in the file xservers_xorg-server.mk the block

XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE) \
		--enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
		--disable-config-hal $(XSERVER_XORG_MESA_DIR) \
		--disable-xnest --disable-xephyr --disable-xvfb \
		$(XSERVER_XORG_NULL_CURSOR) 
		CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"

should be:

XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE) \
		--enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
		--disable-config-hal $(XSERVER_XORG_MESA_DIR) \
		--disable-xnest --disable-xephyr --disable-xvfb \
		$(XSERVER_XORG_NULL_CURSOR) \
		CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"


There is no \ after $(XSERVER_XORG_NULL_CURSOR), but it should be there
and was there before the last commit to the file, where
$(XSERVER_XORG_NULL_CURSOR) was added.


Regards
Sebastian



More information about the buildroot mailing list