From d4dd3d0085f8eaca8c989aaeace1a1a24c5ebf49 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 3 Apr 2010 09:33:51 -0700 Subject: 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 Signed-off-by: Peter Hutterer --- config/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Makefile.am') 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 -- cgit v1.2.3