From: alexperl <alexondi@rambler.ru>
To: buildroot@busybox.net
Subject: [Buildroot] Compile Xorg-server with Mesa3D
Date: Tue, 19 Jan 2010 06:16:14 -0800 (PST) [thread overview]
Message-ID: <27226452.post@talk.nabble.com> (raw)
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.
reply other threads:[~2010-01-19 14:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27226452.post@talk.nabble.com \
--to=alexondi@rambler.ru \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.