summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-xorg_1.5.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-14 20:11:36 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-14 23:35:52 -0700
commit2aaa77d10a35012cd1c7a86c1fb583c4fabcf782 (patch)
treef3a4b37571ab0046f12457e25167555e42e5a59b /recipes/xorg-xserver/xserver-xorg_1.5.3.bb
parent13bea4b76e58eb0342654c749d259536407e16d3 (diff)
xserver-xorg-1.5.3: Fix the build with nptl
* These two patches are ported from http://bugs.gentoo.org/show_bug.cgi?id=263679#c13 it fixes the following error. ../../glx/.libs/libglx.a(glapi.o): In function `_glapi_set_dispatch': glapi.c:(.text+0x117ac): undefined reference to `pthread_once' collect2: ld returned 1 exit status make[3]: *** [Xvfb] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.5.3.bb')
-rw-r--r--recipes/xorg-xserver/xserver-xorg_1.5.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb
index 39697246e3..879b5160f3 100644
--- a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb
+++ b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb
@@ -4,11 +4,13 @@ DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman libpciaccess openssl"
RDEPENDS += "hal"
PE = "2"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI += "file://drmfix.patch;patch=1 \
file://sysroot_fix.patch;patch=1 \
file://xorg-avr32-support.diff;patch=1 \
+ file://xorg-server-1.5.3-configure.patch;patch=1 \
+ file://xorg-server-1.5.3-glcore-prepare-for-dynamic.patch;patch=1 \
"
MESA_VER = "7.2"