summaryrefslogtreecommitdiff
path: root/plugins/keyboard/Makefile.am
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-12-05 03:10:27 +0200
committerJasmine Hassan <[email protected]>2012-12-06 18:48:25 +0200
commitf86fbc0aa5809b6afd3a88cdf3badb0576294c9f (patch)
tree930442ccc8fba815aae17d14a0a2bf04062f25cc /plugins/keyboard/Makefile.am
parent75e8a3f7a9322bba1cff478e35b6e15203d78aa8 (diff)
downloadmate-settings-daemon-f86fbc0aa5809b6afd3a88cdf3badb0576294c9f.tar.bz2
mate-settings-daemon-f86fbc0aa5809b6afd3a88cdf3badb0576294c9f.tar.xz
[keyboard] remove horrible xmodmap fallback code
had xklavier-related warning everytime m-s-d is started, specifically after we stopped daemonizing the daemon, in a previous commit. and the bug revolves around libxklavier issue https://bugzilla.gnome.org/show_bug.cgi?id=150542 http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=4239cb8a5d73af79d2cdf0f294a33d31fbbb9afe http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=241c970c1361c4d1b2663af20252ef127055d768
Diffstat (limited to 'plugins/keyboard/Makefile.am')
-rw-r--r--plugins/keyboard/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/keyboard/Makefile.am b/plugins/keyboard/Makefile.am
index 327ad7e..1d2c93e 100644
--- a/plugins/keyboard/Makefile.am
+++ b/plugins/keyboard/Makefile.am
@@ -13,9 +13,6 @@ icons_DATA = \
kbd-capslock-off.png kbd-numlock-off.png kbd-scrolllock-off.png \
kbd-capslock-on.png kbd-numlock-on.png kbd-scrolllock-on.png
-uidir = $(pkgdatadir)
-ui_DATA = modmap-dialog.ui
-
libkeyboard_la_SOURCES = \
msd-keyboard-plugin.h \
msd-keyboard-plugin.c \
@@ -23,8 +20,6 @@ libkeyboard_la_SOURCES = \
msd-keyboard-manager.c \
msd-keyboard-xkb.h \
msd-keyboard-xkb.c \
- msd-xmodmap.h \
- msd-xmodmap.c \
delayed-dialog.h \
delayed-dialog.c \
$(NULL)