diff options
author | Emil Velikov <[email protected]> | 2014-01-29 16:21:46 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 17:17:50 +0000 |
commit | 897e1989dabf06460d063d77cfa043655117ca41 (patch) | |
tree | 88e42f18704f5cf7dd8f1ed296a6cb534ecc476f /src/gallium/targets/egl-static | |
parent | 053e095ecba794e907896067c46ec02b2265d9a7 (diff) |
egl-static: stop linking against libudev
No longer required since all the udev code is in the loader.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |