repo/wayland/compose-tables/patches/compose-only.patch
2023-02-05 13:13:51 -06:00

86 lines
2.5 KiB
Diff

diff --git a/configure b/configure
index a835433..050de0a 100755
--- a/configure
+++ b/configure
@@ -20864,36 +20864,6 @@ $as_echo "#define USE_POLL 1" >>confdefs.h
fi
-#
-# Find keysymdef.h
-#
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking keysym definitions" >&5
-$as_echo_n "checking keysym definitions... " >&6; }
-
-# Check whether --with-keysymdefdir was given.
-if test "${with_keysymdefdir+set}" = set; then :
- withval=$with_keysymdefdir; KEYSYMDEFDIR=$withval
-else
- KEYSYMDEFDIR=`$PKG_CONFIG --variable=includedir xproto`/X11
-fi
-
-
-if test ! -d "$KEYSYMDEFDIR"; then
- as_fn_error $? "$KEYSYMDEFDIR doesn't exist or isn't a directory" "$LINENO" 5
-fi
-
-FILES="keysymdef.h XF86keysym.h Sunkeysym.h DECkeysym.h HPkeysym.h"
-for i in $FILES; do
- if test -f "$KEYSYMDEFDIR/$i"; then
- KEYSYMDEFS="$KEYSYMDEFS $KEYSYMDEFDIR/$i"
- elif test "x$i" = "xkeysymdef.h"; then
- as_fn_error $? "Cannot find keysymdef.h" "$LINENO" 5
- fi
-done
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $KEYSYMDEFS" >&5
-$as_echo "$KEYSYMDEFS" >&6; }
-
-
# Check whether --enable-xcms was given.
if test "${enable_xcms+set}" = set; then :
enableval=$enable_xcms; XCMS=$enableval
@@ -21464,43 +21434,6 @@ _ACEOF
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5
-$as_echo_n "checking for X11... " >&6; }
-
-if test -n "$X11_CFLAGS"; then
- pkg_cv_X11_CFLAGS="$X11_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$X11_REQUIRES\""; } >&5
- ($PKG_CONFIG --exists --print-errors "$X11_REQUIRES") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "$X11_REQUIRES" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
-else
- pkg_failed=yes
-fi
- else
- pkg_failed=untried
-fi
-if test -n "$X11_LIBS"; then
- pkg_cv_X11_LIBS="$X11_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$X11_REQUIRES\""; } >&5
- ($PKG_CONFIG --exists --print-errors "$X11_REQUIRES") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "$X11_REQUIRES" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
-else
- pkg_failed=yes
-fi
- else
- pkg_failed=untried
-fi