aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow/packages/xorg-xserver
diff options
context:
space:
mode:
authorJeff Dike <jdike@x86_64.user-mode-linux.org>2010-07-23 20:57:12 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-24 02:01:59 +0100
commitc28cbe7fed0ea2d8e1889ac8fc8024487310abbb (patch)
treeb6bb1e66d48f2727fa6a4725a3b2cb1a02d0afb5 /meta-emenlow/packages/xorg-xserver
parent17326346ffebe3f5e175b84de36e8050de1a4b06 (diff)
downloadopenembedded-core-contrib-c28cbe7fed0ea2d8e1889ac8fc8024487310abbb.tar.gz
emenlow: Change libdrm-poulsbo to libdrm_poulsbo
It turns out to be a lot easier to generate library names with underscores than with dashes. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'meta-emenlow/packages/xorg-xserver')
-rw-r--r--meta-emenlow/packages/xorg-xserver/files/libdrm-poulsbo.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-emenlow/packages/xorg-xserver/files/libdrm-poulsbo.patch b/meta-emenlow/packages/xorg-xserver/files/libdrm-poulsbo.patch
index 2f036f1baa..b604cab7c2 100644
--- a/meta-emenlow/packages/xorg-xserver/files/libdrm-poulsbo.patch
+++ b/meta-emenlow/packages/xorg-xserver/files/libdrm-poulsbo.patch
@@ -11,7 +11,7 @@ Index: xorg-server-1.7.99.2/configure.ac
LIBDMX="dmx >= 1.0.99.1"
LIBDRI="dri >= 7.1.0"
-LIBDRM="libdrm >= 2.3.0"
-+LIBDRM="libdrm-poulsbo >= 2.3.0"
++LIBDRM="libdrm_poulsbo >= 2.3.0"
LIBGL="gl >= 7.1.0"
LIBXEXT="xext >= 1.0.99.4"
LIBXI="xi >= 1.2.99.1"
@@ -20,7 +20,7 @@ Index: xorg-server-1.7.99.2/configure.ac
fi
if test "x$DRI" = xyes && test "x$GLX" = xyes; then
- XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS $LIBGL libdrm"
-+ XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS $LIBGL libdrm-poulsbo"
++ XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS $LIBGL libdrm_poulsbo"
fi
PKG_CHECK_MODULES(XEPHYR, $XEPHYR_REQUIRED_LIBS, [xephyr="yes"], [xephyr="no"])