mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 05:08:56 +00:00
12 lines
281 B
Diff
12 lines
281 B
Diff
--- a/plugins/a11y-keyboard/Makefile.in
|
|
+++ b/plugins/a11y-keyboard/Makefile.in
|
|
@@ -330,7 +330,7 @@
|
|
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
|
|
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lXi
|
|
LIBTOOL = @LIBTOOL@
|
|
LIPO = @LIPO@
|
|
LN_S = @LN_S@
|