From 8b6da38825b8c1e91184a97f694628bfc4af1661 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Fri, 26 Oct 2018 11:03:50 +0200 Subject: [PATCH] flatpak: Don't build the libhandy Glade catalog --- sm.puri.Calls.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index 89555ea..ba9a822 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -50,6 +50,9 @@ { "name" : "libhandy", "buildsystem" : "meson", + "config-opts": [ + "-Dglade_catalog=false" + ], "sources" : [ { "type" : "git",