summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-24 21:00:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-24 21:00:54 +0200
commit63f4ca42fca3eb0cb887ac575c78b4099a2335fb (patch)
tree804ac977ef216ad272eea0af667bba0afb40d371 /extra
parentca0c71190140eb3ed065f872723a177f6b5269d4 (diff)
downloadpackages-63f4ca42fca3eb0cb887ac575c78b4099a2335fb.tar.xz
extra/freetype2: using librsvg-og on i486 (with hotfix)
Diffstat (limited to 'extra')
-rw-r--r--extra/freetype2/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/freetype2/PKGBUILD b/extra/freetype2/PKGBUILD
index 27d5022e..f8de7498 100644
--- a/extra/freetype2/PKGBUILD
+++ b/extra/freetype2/PKGBUILD
@@ -1,9 +1,8 @@
-# no Rust and librsvg on i486 (for now), use librsvg-og instead
+# no Rust and librsvg on i486 (for now), use (a slugishly patched) librsvg-og instead
+# (modern SVG renderning with new API will now work and result in errors in the terminal)
if [ "$CARCH" == 'i486' ]; then
makedepends=(${makedepends[@]//librsvg/})
- # ERROR: Invalid version of dependency, need 'librsvg-2.0' ['>= 2.46.0'] found '2.40.20'.
- # it's used only for demos, so let's build without librsvg
- #makedepends+=(librsvg-og)
+ makedepends+=(librsvg-og)
fi