mesa: Disable opencl temporarily

This commit is contained in:
William A. Kennington III 2015-04-06 23:07:27 -07:00
parent e29bf6e26e
commit 1e47ac93aa

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"