summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/links/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/links/PKGBUILD b/core/links/PKGBUILD
new file mode 100644
index 00000000..bbe7457e
--- /dev/null
+++ b/core/links/PKGBUILD
@@ -0,0 +1,5 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # no librsvg, has a cycle with half of gtk
+ makedepends=(${makedepends[@]//librsvg/})
+fi