aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-11 00:42:48 +0000
committerEmil Velikov <[email protected]>2014-03-31 12:21:47 +0100
commit613b4d59e4bf76542d0821c08315fe5370051b96 (patch)
tree198b85bb808cc342ee30fbb1f072d83b85088009
parentf5466b7b9349999ea113f1b6805109b043ad8259 (diff)
targets/xa: drop libudev references from automake build
Mesa does _not_ link against libudev. Additionally the only place that deals with it is the loader, thus we can drop the CFLAGS. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
-rw-r--r--src/gallium/targets/xa/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am
index 1cdb21b38b0..1753f1d49fa 100644
--- a/src/gallium/targets/xa/Makefile.am
+++ b/src/gallium/targets/xa/Makefile.am
@@ -29,7 +29,6 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
- $(LIBUDEV_CFLAGS) \
$(LIBDRM_CFLAGS)
pkgconfigdir = $(libdir)/pkgconfig
@@ -45,7 +44,6 @@ libxatracker_la_LIBADD = \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/state_trackers/xa/libxatracker.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
- $(LIBUDEV_LIBS) \
$(LIBDRM_LIBS)
if HAVE_DRI