diff options
author | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
commit | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (patch) | |
tree | f67d3b58f0c4387e7248967c491442afcee0cd06 /repo/x11/wayland | |
parent | 2f6c333a5bcef47d9fee59f180fa827cb24290d4 (diff) |
fixes to allow for full build
Diffstat (limited to 'repo/x11/wayland')
-rw-r--r-- | repo/x11/wayland/wayland.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/wayland/wayland.xibuild b/repo/x11/wayland/wayland.xibuild index c26f903..0a5cdf1 100644 --- a/repo/x11/wayland/wayland.xibuild +++ b/repo/x11/wayland/wayland.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="meson ninja xmlto docbook-xml-4.5 docbook-xsl libxslt" +MAKEDEPS="meson ninja xmlto docbook4-xml docbook-xsl libxslt" DEPS="libxml2" PKG_VER=1.20.0 |