diff options
author | davidovski <david@davidovski.xyz> | 2022-02-01 20:05:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-01 20:05:27 +0000 |
commit | 688133d42de652808bebc2032660e529cab3546b (patch) | |
tree | 2601a95811bdd8b5d30fdbb746823661e6a6531b /repo/system | |
parent | 7f9ffb0e9f0f73de7b636d99f72393955c02248f (diff) |
added docbook xml and xsl
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/glib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index daaabed..8342e5f 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(meson ninja) +MAKEDEPS=(meson ninja docbook-xsl) DEPS=(pcre libffi zlib glibc libxslt gdb) PKG_VER=2.70.2 |