summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/mesa-libcl/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/mesa-libcl/PKGBUILD b/libre/mesa-libcl/PKGBUILD
index a80417a3e..4dd0e09a6 100644
--- a/libre/mesa-libcl/PKGBUILD
+++ b/libre/mesa-libcl/PKGBUILD
@@ -66,7 +66,6 @@ build() {
cd $srcdir/${pkgbase^}-$pkgver
autoreconf -vfi
./configure --prefix=/usr\
- --enable-opencl\
--enable-opencl --enable-opencl-icd\
--enable-gallium-llvm\
--enable-r600-llvm-compiler\
@@ -74,7 +73,7 @@ build() {
--with-clang-libdir=/usr/lib\
--with-llvm-shared-libs\
--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast
- make V=0
+ make
}
package() {