Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Error in xserver_xorg-server.mk?
@ 2008-09-30  7:01 Matuschka, Sebastian
  2008-09-30  7:35 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 2+ messages in thread
From: Matuschka, Sebastian @ 2008-09-30  7:01 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-30  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30  7:01 [Buildroot] Error in xserver_xorg-server.mk? Matuschka, Sebastian
2008-09-30  7:35 ` Hans-Christian Egtvedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox