From d920fa9d0b54873d53f03a006d0fe3df11136b74 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 12 Jan 2010 17:53:49 +0000 Subject: libkms: Use sysfs instead of udev to find driver Udev code is still there just commented out. --- libkms/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libkms/Makefile.am') diff --git a/libkms/Makefile.am b/libkms/Makefile.am index 23f78e08..293045c2 100644 --- a/libkms/Makefile.am +++ b/libkms/Makefile.am @@ -5,8 +5,11 @@ AM_CFLAGS = \ libkms_la_LTLIBRARIES = libkms.la libkms_ladir = $(libdir) libkms_la_LDFLAGS = -version-number 1:0:0 -no-undefined -libkms_la_LIBADD = \ - $(LIBUDEV_LIBS) +libkms_la_LIBADD = + +#if HAVE_LIBUDEV +#libkms_la_LIBADD += $(LIBUDEV_LIBS) +#endif libkms_la_SOURCES = \ linux.c \ -- cgit v1.2.3