aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libx11-1.3.2
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 16:46:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-29 23:16:44 +0200
commit7a54b54c10da1e57ef5fd965f5b27a8489aaa994 (patch)
treef0fc1f1d3be1b155219dc349439a691b04c607dd /recipes/xorg-lib/libx11-1.3.2
parent30098f191579d78bfe14b84b7649ce39ecad66ff (diff)
downloadopenembedded-7a54b54c10da1e57ef5fd965f5b27a8489aaa994.tar.gz
libx11: add 1.3.6 and 1.3.99.902, remove 1.3.5, change keysymdef_include_patch
* point to dir instead of keysymdef.h directly, because newer versions also check for vendor keysyms, see http://cgit.freedesktop.org/xorg/lib/libX11/commit/?h=libX11-1.3-branch&id=a32370c0854c8ad6f526dd997f14dbe3f466d4db Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libx11-1.3.2')
-rw-r--r--recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch b/recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch
index 07487b6b2e..7e725b2132 100644
--- a/recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch
+++ b/recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch
@@ -8,9 +8,9 @@ Index: libX11-1.1.5/configure.ac
AC_MSG_CHECKING([keysymdef.h])
-dir=`pkg-config --variable=includedir xproto`
-KEYSYMDEF="$dir/X11/keysymdef.h"
-+AC_ARG_WITH(keysymdef,
-+ AC_HELP_STRING([--with-keysymdef=DIR/keysymdef.h], [The location of keysymdef.h]),
-+ KEYSYMDEF=$withval, KEYSYMDEF="")
++AC_ARG_WITH(keysymdefdir,
++ AC_HELP_STRING([--with-keysymdefdir=DIR], [The location of keysymdef.h]),
++ KEYSYMDEF=$withval/keysymdef.h, KEYSYMDEF="")
+
+if test x$KEYSYMDEF = x; then
+ dir=`pkg-config --variable=includedir xproto`