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 <[email protected]> --- config/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/Makefile.am b/config/Makefile.am index eed7454..675a3b2 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 -- 1.6.6.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
