diff options
author | Emil Velikov <[email protected]> | 2017-10-16 16:40:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-11-08 14:10:33 +0000 |
commit | 6ef9482b78d5c486f4d40785b7f04c3dabf81ff9 (patch) | |
tree | a981b2246bc275e28e28fdb01bfff8c5a06ebb08 /Makefile.am | |
parent | 0cd09585441d15ef1ff49de497008103f0b0e1ac (diff) |
configure: enable the OpenCL ICD by default
Nearly all the distributions* that build Mesa OpenCL, enable the ICD.
Since building a non-ICD driver has the chance of conflicting with
existing OpenCL binary (libOpenCL.so).
Furthermore, some applications expect the library to provide
annotated/versioned symbols.
https://lists.freedesktop.org/archives/mesa-dev/2017-September/171093.html
*Fedora, Suse, Arch, Debian, Ubuntu, FreeBSD use the ICD
Gentoo manages the conflicting files via eselect.
Cc: Matt Turner <[email protected]>
Cc: Jan Vesely <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Reviewed-By: Aaron Watry <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fe1ef948918..929fbceed30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-glx-tls \ --enable-nine \ --enable-opencl \ + --enable-opencl-icd \ --enable-opengl \ --enable-va \ --enable-vdpau \ |