mesa: Disable opencl temporarily

This commit is contained in:
William A. Kennington III
2015-04-06 23:08:12 -07:00
parent e29bf6e26e
commit 1e47ac93aa
+5 -2
View File
@@ -83,8 +83,11 @@ stdenv.mkDerivation {
"--enable-vdpau"
"--enable-omx"
"--enable-va"
"--enable-opencl"
"--enable-opencl-icd"
# TODO: Figure out how to enable opencl without having a runtime dependency on clang
"--disable-opencl"
#"--enable-opencl"
#"--enable-opencl-icd"
"--with-gallium-drivers=svga,i915,ilo,r300,r600,radeonsi,nouveau,freedreno,swrast"
"--enable-shared-glapi"