mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
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>
This commit is contained in:
parent
e19fba7cc6
commit
d57dc6dc30
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue