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

* [Buildroot] Error in xserver_xorg-server.mk?
  2008-09-30  7:01 [Buildroot] Error in xserver_xorg-server.mk? Matuschka, Sebastian
@ 2008-09-30  7:35 ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 2+ messages in thread
From: Hans-Christian Egtvedt @ 2008-09-30  7:35 UTC (permalink / raw)
  To: buildroot

On Tue, 30 Sep 2008 09:01:54 +0200
"Matuschka, Sebastian" <Sebastian.Matuschka@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

^ 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