summaryrefslogtreecommitdiff
path: root/config/Makefile.am
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-04-03 09:33:51 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2010-04-08 15:21:01 +1000
commitd4dd3d0085f8eaca8c989aaeace1a1a24c5ebf49 (patch)
tree5e34791ef0eaba1d7e3b62ceb8d73ca93768a0f8 /config/Makefile.am
parent95f01bdfee8241371675f0089170fa6b2908d815 (diff)
Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.d
Since the server searches in a vendor specific path now, we can install the evdev catchall there without disturbing local administration files. 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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index eed745483..675a3b260 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -9,7 +9,7 @@ AM_CFLAGS += $(UDEV_CFLAGS)
libconfig_la_SOURCES += udev.c
libconfig_la_LIBADD = $(UDEV_LIBS)
-xorgconfddir = $(prefix)/etc/X11/$(XF86CONFIGDIR)
+xorgconfddir = $(datadir)/X11/$(XF86CONFIGDIR)
xorgconfd_DATA = 10-evdev.conf
else