[Mesa-dev] [PATCH 6/8] opencl: do not link against libudev
Emil Velikov
emil.l.velikov at gmail.com
Wed Jan 29 12:23:56 PST 2014
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 at gmail.com>
---
src/gallium/targets/opencl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 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 \
--
1.8.5.2
More information about the mesa-dev
mailing list