diff options
author | davidovski <david@davidovski.xyz> | 2022-02-01 20:48:38 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-01 20:48:38 +0000 |
commit | 8e9ab121ce015fb2aec402e9ed232e4eb2eb3123 (patch) | |
tree | 1c6a4b53f57505d701cf14003e1fff33e72d728e /repo/system/glib.xibuild | |
parent | b0a0ef262120b885fa6c9ff5e63582212c47ddb5 (diff) |
added docbook dtd
Diffstat (limited to 'repo/system/glib.xibuild')
-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 8342e5f..3a6cc8f 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(meson ninja docbook-xsl) +MAKEDEPS=(meson ninja docbook-xsl docbook-dtd) DEPS=(pcre libffi zlib glibc libxslt gdb) PKG_VER=2.70.2 |