summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-01-29 16:25:12 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-11 17:17:50 +0000
commit31f50f314939ae8c31f2274e619b1a6bbaeae4a0 (patch)
tree1efe77715f590cbe49f24071643bf7178b516650 /src
parentd57dc6dc30c5da9990c59f00144a7f816d636609 (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 <emil.l.velikov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/targets/gbm/Makefile.am2
-rw-r--r--src/gbm/Makefile.am2
2 files changed, 0 insertions, 4 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
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index eacb96a38e6..c46f14a69b9 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -9,7 +9,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/loader \
-I$(top_srcdir)/src/gbm/main \
- $(LIBUDEV_CFLAGS) \
$(LIBKMS_CFLAGS) \
$(DLOPEN_CFLAGS) \
$(DEFINES)
@@ -23,7 +22,6 @@ libgbm_la_SOURCES = \
libgbm_la_LDFLAGS = -version-info 1:0
libgbm_la_LIBADD = \
$(top_builddir)/src/loader/libloader.la \
- $(LIBUDEV_LIBS) \
$(LIBKMS_LIBS) \
$(DLOPEN_LIBS)