[Mesa-dev] [PATCH 4/8] egl-static: stop linking against libudev

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


No longer required since all the udev code is in the loader.

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

diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index 73bb795..166e9a1 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -63,7 +63,6 @@ egl_gallium_la_LIBADD = \
 	$(top_builddir)/src/egl/main/libEGL.la \
 	$(top_builddir)/src/loader/libloader.la \
 	$(CLOCK_LIB) \
-	$(LIBUDEV_LIBS) \
 	$(DLOPEN_LIBS) \
 	$(PTHREAD_LIBS) \
 	-lm
-- 
1.8.5.2



More information about the mesa-dev mailing list