summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 09:53:55 +0100
committerErich Eckner <git@eckner.net>2019-01-21 09:53:55 +0100
commit761df5071ea28a38a568bb3c6050010a8c435069 (patch)
tree771f79fb3334725223d763824fda1a4f70056fdd
parentf46772dc63e4a6bf1afbcc97671096881083294a (diff)
parentaf44c0c2d48cea0bd081cf337edc3ff0a6d4151e (diff)
downloadpackages-761df5071ea28a38a568bb3c6050010a8c435069.tar.xz
Merge branch 'master' into i486
-rw-r--r--core/links/PKGBUILD14
1 files changed, 1 insertions, 13 deletions
diff --git a/core/links/PKGBUILD b/core/links/PKGBUILD
index 5e8edb58..bbe7457e 100644
--- a/core/links/PKGBUILD
+++ b/core/links/PKGBUILD
@@ -1,17 +1,5 @@
# i486-specific
if [ "${CARCH}" = "i486" ]; then
- # no X11 or graphic libraries
- makedepends=(${makedepends[@]//libtiff/})
- makedepends=(${makedepends[@]//libpng/})
- makedepends=(${makedepends[@]//libxt/})
+ # no librsvg, has a cycle with half of gtk
makedepends=(${makedepends[@]//librsvg/})
-
- # disable xlinks (or rather, compile it the same way as links)
- eval "$(
- declare -f build | \
- sed '
- s/--enable-graphics --with-x --with-fb/--disable-graphics --without-x --without-fb/
- '
- )"
fi
-