[Buildroot] Error in xserver_xorg-server.mk?

Hans-Christian Egtvedt hans-christian.egtvedt at atmel.com
Tue Sep 30 07:35:34 UTC 2008


On Tue, 30 Sep 2008 09:01:54 +0200
"Matuschka, Sebastian" <Sebastian.Matuschka at gcd-solutions.de> wrote:

> Hi All,
> 
> i guess that in the file xservers_xorg-server.mk the block
> 

I guess you meant the file
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk ;)

Feel free to make a patch and send that in the future, easier to apply
and understand where you have spotted the error.

> 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.
> 

Seems correct by me, I have added the backslash to trunk, see revision
23562.

-- 
Best regards,
Hans-Christian Egtvedt



More information about the buildroot mailing list