From 6b21fdaa8fd2a90bf576c047c0c344318b053d0f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 7 Sep 2016 18:56:36 +0100 Subject: automake: remove all the libudev references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of last commit nothing in mesa depends on libudev. Signed-off-by: Emil Velikov Reviewed-by: Axel Davy Reviewed-by: Nicolai Hähnle --- src/loader/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index 9ca17540d54..4aa6ca371a7 100644 --- a/src/loader/Makefile.am +++ b/src/loader/Makefile.am @@ -31,8 +31,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(VISIBILITY_CFLAGS) \ $(XCB_DRI3_CFLAGS) \ - $(LIBDRM_CFLAGS) \ - $(LIBUDEV_CFLAGS) + $(LIBDRM_CFLAGS) libloader_la_CPPFLAGS = $(AM_CPPFLAGS) libloader_la_SOURCES = $(LOADER_C_FILES) -- cgit v1.2.3