link xvmc with -ldrm, not -lxf86drm
authorPhil Blundell <philb@gnu.org>
Sun, 6 Mar 2005 13:03:55 +0000 (13:03 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 6 Mar 2005 13:03:55 +0000 (13:03 +0000)
BKrev: 422affbboT0IQtJlp_lPv7y5NQ9g5w

packages/libxvmc/files/drm.patch [new file with mode: 0644]
packages/libxvmc/libxvmc_20041025.bb

diff --git a/packages/libxvmc/files/drm.patch b/packages/libxvmc/files/drm.patch
new file mode 100644 (file)
index 0000000..e69de29
index cd1ff49..cbd360e 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "X Video Motion Compensation extension library."
 SECTION = "x11/libs"
 DEPENDS = "x11 xext libxv drm xserver-xorg"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=XvMC;date=${PV};method=pserver \
-       file://true.patch;patch=1"
+       file://true.patch;patch=1 file://drm.patch;patch=1"
 S = "${WORKDIR}/XvMC"
 
 CFLAGS += "-I${STAGING_INCDIR}/X11/extensions -I${STAGING_INCDIR}/xserver-xorg -D_BSD_SOURCE"