aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libx11-1.3.2/keysymdef_include.patch')
-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`