diff options
Diffstat (limited to 'repo/system/gobject-introspection.xibuild')
-rw-r--r-- | repo/system/gobject-introspection.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild index 5556740..508af8b 100644 --- a/repo/system/gobject-introspection.xibuild +++ b/repo/system/gobject-introspection.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=() +MAKEDEPS=(meson ninja patch) DEPS=(python-mako python-markdown) PKG_VER=1.70.0 |