diff options
Diffstat (limited to 'core/links')
-rw-r--r-- | core/links/PKGBUILD | 5 |
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 |