2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 21:46:18 +00:00
repo/wayland/compose-tables/patches/compose-only.patch

91 lines
2.7 KiB
Diff
Raw Normal View History

2023-02-05 19:13:51 +00:00
diff --git a/configure b/configure
2024-03-26 03:41:04 +00:00
index c6cd17a..a255a77 100755
2023-02-05 19:13:51 +00:00
--- a/configure
+++ b/configure
2024-03-26 03:41:04 +00:00
@@ -22692,38 +22692,6 @@ printf "%s\n" "#define USE_POLL 1" >>confdefs.h
2023-02-05 19:13:51 +00:00
fi
-#
-# Find keysymdef.h
-#
2023-06-01 05:06:38 +00:00
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking keysym definitions" >&5
-printf %s "checking keysym definitions... " >&6; }
2023-02-05 19:13:51 +00:00
-
-# Check whether --with-keysymdefdir was given.
2023-06-01 05:06:38 +00:00
-if test ${with_keysymdefdir+y}
-then :
2023-02-05 19:13:51 +00:00
- withval=$with_keysymdefdir; KEYSYMDEFDIR=$withval
2024-03-26 03:41:04 +00:00
-else case e in #(
- e) KEYSYMDEFDIR=`$PKG_CONFIG --variable=includedir xproto`/X11 ;;
-esac
2023-02-05 19:13:51 +00:00
-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
2023-06-01 05:06:38 +00:00
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KEYSYMDEFS" >&5
-printf "%s\n" "$KEYSYMDEFS" >&6; }
2023-02-05 19:13:51 +00:00
-
-
# Check whether --enable-xcms was given.
2023-06-01 05:06:38 +00:00
if test ${enable_xcms+y}
then :
2024-03-26 03:41:04 +00:00
@@ -23302,46 +23270,6 @@ printf "%s\n" "#define X11_LIBDIR \"$ax_define_dir\"" >>confdefs.h
2023-02-05 19:13:51 +00:00
pkg_failed=no
2023-06-01 05:06:38 +00:00
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X11" >&5
-printf %s "checking for X11... " >&6; }
2023-02-05 19:13:51 +00:00
-
-if test -n "$X11_CFLAGS"; then
- pkg_cv_X11_CFLAGS="$X11_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
2023-06-01 05:06:38 +00:00
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$X11_REQUIRES\""; } >&5
2023-02-05 19:13:51 +00:00
- ($PKG_CONFIG --exists --print-errors "$X11_REQUIRES") 2>&5
- ac_status=$?
2023-06-01 05:06:38 +00:00
- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2023-02-05 19:13:51 +00:00
- 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" && \
2023-06-01 05:06:38 +00:00
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$X11_REQUIRES\""; } >&5
2023-02-05 19:13:51 +00:00
- ($PKG_CONFIG --exists --print-errors "$X11_REQUIRES") 2>&5
- ac_status=$?
2023-06-01 05:06:38 +00:00
- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2023-02-05 19:13:51 +00:00
- 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
2024-03-26 03:41:04 +00:00
-
-
-
if test $pkg_failed = yes; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }