From ae1a950a936522a99e37e58b383b6d488d72147a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Mar 2021 15:06:20 -0500 Subject: [PATCH] flatpak: Fix the gtk4-demo build This was overlooked in 8e7e821033abb291391c26aa288a8. --- build-aux/flatpak/org.gtk.Demo4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 9922c759e0..1b7a542d80 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -35,10 +35,10 @@ "modules" : [ { "name" : "wayland", - "buildsystem" : "autotools", + "buildsystem" : "meson", "builddir" : true, "config-opts" : [ - "--disable-documentation" + "-Ddocumentation=false" ], "sources" : [ {