flatpak: Use meson for gexvi2

Life's much better now.
This commit is contained in:
Carlos Soriano 2018-07-26 15:34:32 +02:00
parent 56100acb9a
commit 703618c12c
4 changed files with 16 additions and 4 deletions

View file

@ -63,8 +63,11 @@
},
{
"name" : "gexiv2",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--disable-introspection"
"--libdir=/app/lib",
"-Ddisable-introspection=True"
],
"sources" : [
{

View file

@ -50,9 +50,12 @@ modules:
- cp -f /usr/share/automake-1.15/config.guess ./config/
- name: gexiv2
buildsystem: meson
builddir: true
build-options:
config-opts:
- --disable-introspection
- --libdir=/app/lib
- -Ddisable-introspection=True
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git

View file

@ -42,9 +42,12 @@ modules:
- cp -f /usr/share/automake-1.15/config.guess ./config/
- name: gexiv2
buildsystem: meson
builddir: true
build-options:
config-opts:
- --disable-introspection
- --libdir=/app/lib
- -Ddisable-introspection=True
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git

View file

@ -42,9 +42,12 @@ modules:
- cp -f /usr/share/automake-1.15/config.guess ./config/
- name: gexiv2
buildsystem: meson
builddir: true
build-options:
config-opts:
- --disable-introspection
- --libdir=/app/lib
- -Ddisable-introspection=True
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gexiv2.git