All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot]  Compile Xorg-server with Mesa3D
@ 2010-01-19 14:16 alexperl
  0 siblings, 0 replies; only message in thread
From: alexperl @ 2010-01-19 14:16 UTC (permalink / raw)
  To: buildroot


Hi!
I try compile target Xorg with Mesa3D but seems in this config compile is
broken
here is patch which I made
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index e9d5f36..6272d48 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -70,6 +70,8 @@ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
 ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
 XSERVER_XORG_SERVER_DEPENDENCIES += mesa3d
 XSERVER_XORG_SERVER_CONF_OPT +=
--with-mesa-source="$(BUILD_DIR)/Mesa-$(MESA3D_VERSION)" --enable-xorg
+XSERVER_XORG_SERVER_CONF_ENV = GL_CFLAGS=$(STAGING_DIR)/usr
+XSERVER_XORG_SERVER_CONF_ENV += GL_LIBS=$(STAGING_DIR)/usr
 else
 XSERVER_XORG_SERVER_CONF_OPT += --disable-xorg
 endif
@@ -126,3 +128,4 @@ endif


 $(eval $(call AUTOTARGETS,package/x11r7,xserver_xorg-server))
+

But after I call make I have another error

/BR2/buildroot/output/staging/usr/bin/x86_64-linux-uclibc-ldconfig -r
/BR2/buildroot/output/target 2>/dev/null
make: *** [target-finalize] Error 127
which I can't understand.
What I do wrong patch for Xorg or what?
Thank you!

-- 
View this message in context: http://old.nabble.com/Compile-Xorg-server-with-Mesa3D-tp27226452p27226452.html
Sent from the Buildroot (busybox) mailing list archive at Nabble.com.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-19 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 14:16 [Buildroot] Compile Xorg-server with Mesa3D alexperl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.