index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-28 21:50:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-28 21:50:55 +0200 |
commit | 1c5d6c86f26d2318358469edcac7d8714025ae23 (patch) | |
tree | 4a865db7c2f327a27bde6f247da77cba5e211c77 /extra/wayland | |
parent | b47b2c222c0ddbaecd58fbaa9aea645a60634bab (diff) |
-rw-r--r-- | extra/wayland/PKGBUILD | 9 |
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD new file mode 100644 index 00000000..98507e0c --- /dev/null +++ b/extra/wayland/PKGBUILD @@ -0,0 +1,9 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # no documentation + makedepends=(${makedepends[@]//graphviz/}) + makedepends=(${makedepends[@]//doxygen/}) + makedepends=(${makedepends[@]//xmlto/}) + makedepends=(${makedepends[@]//docbook-xsl/}) +fi + |