summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2021-05-27 09:24:54 +0800
committerSamLukeYes2021-05-27 09:24:54 +0800
commit9e43839644a3ca6a09dcaa133755b10cfe512950 (patch)
tree04d14700be39ae5919841ba6f8a02fca483d780a
parentc6afd041678577769e73003c08cccf4617e91322 (diff)
downloadaur-9e43839644a3ca6a09dcaa133755b10cfe512950.tar.gz
disable all ARM pipelines
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 946a42274185..6baf8629e0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam L. Yes <samlukeyes123@gmail.com>
pkgname=libcamera-clang-git
-pkgver=r2623.258c7481
+pkgver=r2627.459b3bc6
pkgrel=1
pkgdesc='A complex camera support library for Linux, Android, and ChromeOS (built with clang)'
arch=('x86_64' 'i686')
@@ -43,8 +43,8 @@ build() {
CC=clang CXX=clang++ arch-meson build \
-Dwerror=false \
-Dv4l2=true \
- -Dipas=ipu3,rkisp1,vimc \
- -Dpipelines=ipu3,rkisp1,simple,uvcvideo,vimc \
+ -Dipas=ipu3,vimc \
+ -Dpipelines=ipu3,uvcvideo,vimc \
-Ddocumentation=disabled \
-Dtracing=disabled # comment this line to enable LTTng support
# --prefix /usr --libexecdir lib \