diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-22 21:48:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-22 22:09:47 -0300 |
commit | ba78ee4ab7f839e757c9b80bf4f0b6bfc8c0ed30 (patch) | |
tree | b2ca6c8b9c01496bbc9846806a9b2da7f676e40b /libre/mesa-libcl | |
parent | e5a7dbcacee7f56fc820915c4b37f01d71d8b3a1 (diff) | |
download | abslibre-ba78ee4ab7f839e757c9b80bf4f0b6bfc8c0ed30.tar.gz abslibre-ba78ee4ab7f839e757c9b80bf4f0b6bfc8c0ed30.tar.bz2 abslibre-ba78ee4ab7f839e757c9b80bf4f0b6bfc8c0ed30.zip |
mesa-libcl: remove duplicate opencl enabling feature
Diffstat (limited to 'libre/mesa-libcl')
-rw-r--r-- | libre/mesa-libcl/PKGBUILD | 3 |
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() { |