aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxt_1.0.5.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-04-01 03:08:19 +0200
committerRobert Schuster <thebohemian@gmx.net>2009-04-01 03:10:09 +0200
commitcfb91c0f44f2f21e4fd70e8b4bca073340183465 (patch)
treea7e02d5cfbda7b976251cdec0791416dcdf1710e /recipes/xorg-lib/libxt_1.0.5.bb
parent2a8df44bd619c0b57a58baa589ffc30b9409f1c6 (diff)
downloadopenembedded-cfb91c0f44f2f21e4fd70e8b4bca073340183465.tar.gz
libxt 1.0.4: Added official patch to fix X.org PR10970.
libxt 1.0.5: Dito. libxt-native 1.0.5: Dito.
Diffstat (limited to 'recipes/xorg-lib/libxt_1.0.5.bb')
-rw-r--r--recipes/xorg-lib/libxt_1.0.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxt_1.0.5.bb b/recipes/xorg-lib/libxt_1.0.5.bb
index 4190a1158b..47b980e650 100644
--- a/recipes/xorg-lib/libxt_1.0.5.bb
+++ b/recipes/xorg-lib/libxt_1.0.5.bb
@@ -3,11 +3,13 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 toolkit intrinsics library"
DEPENDS += "libsm virtual/libx11 kbproto"
PROVIDES = "xt"
-PR = "r1"
+PR = "r2"
PE = "1"
XORG_PN = "libXt"
+SRC_URI += "file://pr10970-header-fix.patch;patch=1"
+
EXTRA_OECONF += "--disable-install-makestrs --disable-xkb"
do_compile() {