From: Emil Velikov Date: Wed, 29 Jan 2014 16:21:46 +0000 (+0000) Subject: egl-static: stop linking against libudev X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=897e1989dabf06460d063d77cfa043655117ca41;p=mesa.git egl-static: stop linking against libudev No longer required since all the udev code is in the loader. Signed-off-by: Emil Velikov --- 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