xorg-xserver-1.4: Fix pkgconfig file
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 29 Feb 2008 15:57:59 +0000 (15:57 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Fri, 29 Feb 2008 15:57:59 +0000 (15:57 +0000)
packages/xorg-xserver/xserver-kdrive-1.4/pkgconfig_fix.patch [new file with mode: 0644]
packages/xorg-xserver/xserver-kdrive_1.4.bb

diff --git a/packages/xorg-xserver/xserver-kdrive-1.4/pkgconfig_fix.patch b/packages/xorg-xserver/xserver-kdrive-1.4/pkgconfig_fix.patch
new file mode 100644 (file)
index 0000000..0790d4c
--- /dev/null
@@ -0,0 +1,13 @@
+Index: xorg-server-1.4/xorg-server.pc.in
+===================================================================
+--- xorg-server-1.4.orig/xorg-server.pc.in     2008-02-29 12:29:02.000000000 +0000
++++ xorg-server-1.4/xorg-server.pc.in  2008-02-29 12:27:36.000000000 +0000
+@@ -7,6 +7,7 @@
+ Name: xorg-server
+ Description: Modular X.Org X Server
++Requires: pixman
+ Version: @PACKAGE_VERSION@
+-Cflags: -I${sdkdir} @PIXMAN_CFLAGS@
++Cflags: -I${sdkdir}
+ Libs: -L${libdir}
index c870901..30ae4a2 100644 (file)
@@ -3,7 +3,7 @@ require xserver-kdrive-common.inc
 DEPENDS += "hal libxkbfile libxcalibrate pixman"
 
 PE = "1"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
@@ -22,6 +22,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        file://fbdev-evdev.patch;patch=1 \
        file://keyboard-resume-workaround.patch;patch=1 \
        file://xorg-avr32-support.diff;patch=1 \
+       file://pkgconfig_fix.patch;patch=1 \
         "
 
 S = "${WORKDIR}/xorg-server-${PV}"