ea6a5d0641
Change log: mate-settings-daemon 1.22.1 * update translations * Hide MATE Settings Daemon from Startup Applications capplet * plugins: drop libXxf86 dependency * locate-pointer: Do not grab pointer button when trying to locate
14 lines
412 B
Text
14 lines
412 B
Text
$NetBSD: patch-plugins_a11y-keyboard_Makefile.in,v 1.2 2019/12/30 22:29:45 gutteridge Exp $
|
|
|
|
Add libXi.
|
|
|
|
--- plugins/a11y-keyboard/Makefile.in.orig 2019-09-22 13:36:43.000000000 +0000
|
|
+++ plugins/a11y-keyboard/Makefile.in
|
|
@@ -498,6 +498,7 @@ liba11y_keyboard_la_LDFLAGS = \
|
|
liba11y_keyboard_la_LIBADD = \
|
|
$(SETTINGS_PLUGIN_LIBS) \
|
|
$(LIBNOTIFY_LIBS) \
|
|
+ $(XINPUT_LIBS) \
|
|
$(NULL)
|
|
|
|
plugin_in_files = \
|