[Mesa-dev] [PATCH 5/8] gallium/tests: do not link against libudev

Emil Velikov emil.l.velikov at gmail.com
Wed Jan 29 12:23:55 PST 2014


Previously the linking was required due to dependency of udev in the
pipe-loader. Now this is no longer the case, as we dlopen the library.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/gallium/tests/trivial/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index d65eb86..0702f68 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -15,7 +15,6 @@ LDADD = $(GALLIUM_PIPE_LOADER_LIBS) \
 	$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
 	$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
 	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
-	$(LIBUDEV_LIBS) \
 	$(DLOPEN_LIBS) \
 	$(PTHREAD_LIBS) \
 	-lm
-- 
1.8.5.2



More information about the mesa-dev mailing list