From 5a88098184ac7a07b9fd442e1f12b43a1c85cbcc Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 30 Jun 2019 22:25:56 +0300 Subject: [PATCH 1/2] flatpak: build sourceview with meson --- org.gnome.Calculator.json | 1 + 1 file changed, 1 insertion(+) diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json index 7ffbafd7..106fd5d0 100644 --- a/org.gnome.Calculator.json +++ b/org.gnome.Calculator.json @@ -68,6 +68,7 @@ }, { "name" : "gtksourceview", + "buildsystem": "meson", "sources" : [ { "type" : "git", -- GitLab From 8b7cd5533f188bd016bfdc7204f452512ba97c7a Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 30 Jun 2019 22:11:55 +0300 Subject: [PATCH 2/2] flatpak: remove hardcoded buildflags The runtimes provide a shared set of build flags. --- org.gnome.Calculator.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json index 106fd5d0..7c3e7084 100644 --- a/org.gnome.Calculator.json +++ b/org.gnome.Calculator.json @@ -18,12 +18,6 @@ "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf" ], - "build-options" : { - "cflags" : "-O2 -g -w", - "cxxflags" : "-O2 -g -w", - "env" : { - } - }, "cleanup" : [ "/include", "/lib/pkgconfig", -- GitLab