diff options
Diffstat (limited to 'src/gallium/targets/opencl/Makefile.am')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 5 |
1 files changed, 5 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] |