[Flatpak manifests] Build geocode-glib directly with meson

As geocode-glib is provided with a ./configure script the build system
in Flatpak had been chosen to be autotool, even the script calls meson
in the background. This script requires 'mesontest' binary, which had
been removed in meson 0.48.0. Using meson build system directly makes
the build work regardless of used meson version.
This commit is contained in:
Milan Crha
2018-12-07 17:12:09 +01:00
parent 5e4714c64e
commit 37550264cc
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -110,9 +110,10 @@
{
"name": "geocode-glib",
"buildsystem": "meson",
"config-opts": [
"--disable-introspection",
"--disable-gtk-doc"
"-Denable-introspection=false",
"-Denable-gtk-doc=false"
],
"cleanup": [
"/share/gtk-doc"
+3 -2
View File
@@ -109,9 +109,10 @@
{
"name": "geocode-glib",
"buildsystem": "meson",
"config-opts": [
"--disable-introspection",
"--disable-gtk-doc"
"-Denable-introspection=false",
"-Denable-gtk-doc=false"
],
"cleanup": [
"/share/gtk-doc"