diff options
author | Emil Velikov <[email protected]> | 2014-01-29 16:25:12 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 17:17:50 +0000 |
commit | 31f50f314939ae8c31f2274e619b1a6bbaeae4a0 (patch) | |
tree | 1efe77715f590cbe49f24071643bf7178b516650 /src/gallium/targets | |
parent | d57dc6dc30c5da9990c59f00144a7f816d636609 (diff) |
gbm: drop unneeded dependency of libudev
As of recently we dlopen the library, additionally the only
code that is including the libudev.h header, is the loader.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/gbm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/gbm/Makefile.am b/src/gallium/targets/gbm/Makefile.am index 4299d07b82e..6d71a65b9cb 100644 --- a/src/gallium/targets/gbm/Makefile.am +++ b/src/gallium/targets/gbm/Makefile.am @@ -34,7 +34,6 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ - $(LIBUDEV_CFLAGS) \ $(LIBDRM_CFLAGS) gbm_LTLIBRARIES = gbm_gallium_drm.la @@ -47,7 +46,6 @@ gbm_gallium_drm_la_LIBADD = \ $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \ $(top_builddir)/src/gallium/state_trackers/gbm/libgbm.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ - $(LIBUDEV_LIBS) \ $(LIBDRM_LIBS) \ -lm |