opencl: do not link against libudev
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 29 Jan 2014 17:04:19 +0000 (17:04 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 11 Feb 2014 17:17:50 +0000 (17:17 +0000)
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>
src/gallium/targets/opencl/Makefile.am

index 653302c..d0275ae 100644 (file)
@@ -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 \