Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-02-05 08:44:53 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-02-05 08:44:53 +0100
commit7962b1ee460d10550bfbc604382b23a666250f7a (patch)
treee5bd2908f1d7049adf2624a10836f0f55d70e294
parentbc70d98955c6ee628e98b8200fbafab885177e19 (diff)
extra/libcamera: ignoring TeX docu on i486
-rw-r--r--extra/libcamera/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/libcamera/PKGBUILD b/extra/libcamera/PKGBUILD
new file mode 100644
index 00000000..9935e54a
--- /dev/null
+++ b/extra/libcamera/PKGBUILD
@@ -0,0 +1,4 @@
+# TeX is currently broken on i486, no documentation
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//texlive-core/})
+fi