summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-01-29 17:04:19 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-11 17:17:50 +0000
commitd57dc6dc30c5da9990c59f00144a7f816d636609 (patch)
tree4f8c3048cd00163baabdf06ba4309a7d28b19066 /src/gallium/targets/opencl
parente19fba7cc698c0112d48b1dfb6637994371b0b1f (diff)
downloadexternal_mesa3d-d57dc6dc30c5da9990c59f00144a7f816d636609.zip
external_mesa3d-d57dc6dc30c5da9990c59f00144a7f816d636609.tar.gz
external_mesa3d-d57dc6dc30c5da9990c59f00144a7f816d636609.tar.bz2
opencl: do not link against libudev
Previously the linking was required due to dependency of udev in the pipe-loader. Now this is no longer the case, as we dlopen the library. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 653302c..d0275ae 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -11,7 +11,7 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
- $(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
+ $(GALLIUM_PIPE_LOADER_LIBS) \
-ldl \
-lclangCodeGen \
-lclangFrontendTool \