summaryrefslogtreecommitdiff
path: root/extra/wayland
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-28 21:50:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-28 21:50:55 +0200
commit1c5d6c86f26d2318358469edcac7d8714025ae23 (patch)
tree4a865db7c2f327a27bde6f247da77cba5e211c77 /extra/wayland
parentb47b2c222c0ddbaecd58fbaa9aea645a60634bab (diff)
downloadpackages-1c5d6c86f26d2318358469edcac7d8714025ae23.tar.xz
extra/libxkbcommon: temporary no docu on i486 for systemd bootstrapping
Diffstat (limited to 'extra/wayland')
-rw-r--r--extra/wayland/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
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
+