From 897e1989dabf06460d063d77cfa043655117ca41 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 29 Jan 2014 16:21:46 +0000 Subject: [PATCH] egl-static: stop linking against libudev No longer required since all the udev code is in the loader. Signed-off-by: Emil Velikov --- 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 73bb79569c0..166e9a1a359 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 -- 2.30.2