summaryrefslogtreecommitdiff
path: root/org.gnome.Glade.json
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-03-22 08:45:38 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2019-03-30 21:15:44 +0100
commit6a2f50c3c98e2a3ee41dde3fdc1655e846f106f0 (patch)
treee6aff4e251a5672c990611ed4b560186f44d2d81 /org.gnome.Glade.json
parent79bd7e5a84b01e4a50365deca3ef799acd8c998b (diff)
downloadglade-6a2f50c3c98e2a3ee41dde3fdc1655e846f106f0.tar.gz
flatpak: Set meson as buildsystem
Following glade's port to meson the build system in the flatpak manifest has been also been moved to meson. The CI-built has also been changed to use it.
Diffstat (limited to 'org.gnome.Glade.json')
-rw-r--r--org.gnome.Glade.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.gnome.Glade.json b/org.gnome.Glade.json
index 29ba9e83..27917269 100644
--- a/org.gnome.Glade.json
+++ b/org.gnome.Glade.json
@@ -43,9 +43,9 @@
"modules" : [
{
"name" : "glade",
- "config-opts" : [
- "--disable-man-pages"
- ],
+ "buildsystem": "meson",
+ "builddir": true,
+ "config-opts" : ["-Dman=false"],
"sources" : [
{
"type" : "git",