diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-06-07 20:39:56 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-06-11 09:31:38 +1000 |
commit | 842625928632ae767b0689fcdb5103c1779a4c91 (patch) | |
tree | b01f857b952dfddcfdfe9b43e4111e9d9328c12e /config/Makefile.am | |
parent | 87a1507da7e7788232d74285ef377b67b70e0fa4 (diff) |
config: Script to convert HAL fdi settings to InputClass sections
In the new world of udev and InputClass, x11_* settings from HAL fdi
files will not be honored. This script converts those settings into
valid InputClass sections that can be dropped into xorg.conf.d.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 675a3b260..e1f1c4e16 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -36,4 +36,4 @@ endif # CONFIG_NEED_DBUS endif # !CONFIG_UDEV -EXTRA_DIST = xorg-server.conf x11-input.fdi 10-evdev.conf +EXTRA_DIST = xorg-server.conf x11-input.fdi 10-evdev.conf fdi2iclass.py |