summaryrefslogtreecommitdiffstats
path: root/src/gbm
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/gbm
parentd57dc6dc30c5da9990c59f00144a7f816d636609 (diff)
downloadexternal_mesa3d-31f50f314939ae8c31f2274e619b1a6bbaeae4a0.zip
external_mesa3d-31f50f314939ae8c31f2274e619b1a6bbaeae4a0.tar.gz
external_mesa3d-31f50f314939ae8c31f2274e619b1a6bbaeae4a0.tar.bz2
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/gbm')
-rw-r--r--src/gbm/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index eacb96a..c46f14a 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)