[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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user