diff options
author | raveit65 <[email protected]> | 2019-07-10 13:02:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-11 19:16:47 +0200 |
commit | 22b646166eadfa939bb17f770811a34670145b4f (patch) | |
tree | 326dfba27bd5d1a37d73d5fb073807ec531fe512 /plugins/a11y-keyboard | |
parent | 147dc7e03fac861dc95b887f20041d22670e6b75 (diff) | |
download | mate-settings-daemon-22b646166eadfa939bb17f770811a34670145b4f.tar.bz2 mate-settings-daemon-22b646166eadfa939bb17f770811a34670145b4f.tar.xz |
plugins: drop libXxf86 dependency
The X server hasn't implemented it in over 10 years.
and it was dropped from debian since a long time.
fixes https://github.com/mate-desktop/mate-settings-daemon/issues/284
Diffstat (limited to 'plugins/a11y-keyboard')
-rw-r--r-- | plugins/a11y-keyboard/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/a11y-keyboard/Makefile.am b/plugins/a11y-keyboard/Makefile.am index 39fa42a..d4d69e5 100644 --- a/plugins/a11y-keyboard/Makefile.am +++ b/plugins/a11y-keyboard/Makefile.am @@ -61,7 +61,6 @@ liba11y_keyboard_la_LDFLAGS = \ liba11y_keyboard_la_LIBADD = \ $(SETTINGS_PLUGIN_LIBS) \ - $(XF86MISC_LIBS) \ $(LIBNOTIFY_LIBS) \ $(NULL) |