diff options
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 5 | ||||
-rw-r--r-- | src/gallium/targets/opencl/mesa.icd | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index cdc7500f315..653302c3a57 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -33,6 +33,11 @@ lib@OPENCL_LIBNAME@_la_SOURCES = # Force usage of a C++ linker nodist_EXTRA_lib@OPENCL_LIBNAME@_la_SOURCES = dummy.cpp +if HAVE_CLOVER_ICD +icddir = /etc/OpenCL/vendors/ +icd_DATA = mesa.icd +endif + # Provide compatibility with scripts for the old Mesa build system for # a while by putting a link to the driver into /lib of the build tree. all-local: lib@[email protected] diff --git a/src/gallium/targets/opencl/mesa.icd b/src/gallium/targets/opencl/mesa.icd new file mode 100644 index 00000000000..6a6a8706d7c --- /dev/null +++ b/src/gallium/targets/opencl/mesa.icd @@ -0,0 +1 @@ +libMesaOpenCL.so |