aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libx11-trim_1.1.5.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-28 03:53:56 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-28 09:22:40 +0200
commit3aeba2d2d2653e56b48d005b44e90fe69e6b336d (patch)
tree6f38ab64c129aa689821037f38151efe5157ff79 /recipes/xorg-lib/libx11-trim_1.1.5.bb
parenta1adb7f8b667756434bfe5082b28fb90ad4205a6 (diff)
downloadopenembedded-3aeba2d2d2653e56b48d005b44e90fe69e6b336d.tar.gz
libx11-trim: Update makekeys.c to fix the compile
Without the updated makekeys-update.patch the makekeys.c will not work and the build will be broken.
Diffstat (limited to 'recipes/xorg-lib/libx11-trim_1.1.5.bb')
-rw-r--r--recipes/xorg-lib/libx11-trim_1.1.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libx11-trim_1.1.5.bb b/recipes/xorg-lib/libx11-trim_1.1.5.bb
index e99b2a07b0..9d08d25d81 100644
--- a/recipes/xorg-lib/libx11-trim_1.1.5.bb
+++ b/recipes/xorg-lib/libx11-trim_1.1.5.bb
@@ -14,7 +14,8 @@ PR = "r1"
XORG_PN = "libX11"
LEAD_SONAME = "libX11.so"
-SRC_URI += "file://include_fix.patch;patch=1"
+SRC_URI += "file://include_fix.patch;patch=1 \
+ file://makekeys-update.patch;patch=1"
EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
#EXTRA_OECONF += "--disable-xlocale --disable-xcms --with-xcb"