mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:07:39 +00:00
flatpak: Fix libpeas2 configuration options
Fixes this error: ../meson.build:1:0: ERROR: Unknown options: "demos, glade_catalog, widgetry" Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/754>
This commit is contained in:
parent
515ff43dd8
commit
503013fa67
1 changed files with 1 additions and 3 deletions
|
@ -55,10 +55,8 @@
|
||||||
"name" : "libpeas-2",
|
"name" : "libpeas-2",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
"config-opts" : [
|
"config-opts" : [
|
||||||
"-Ddemos=false",
|
"-Dgjs=false",
|
||||||
"-Dwidgetry=false",
|
|
||||||
"-Dlua51=false",
|
"-Dlua51=false",
|
||||||
"-Dglade_catalog=false",
|
|
||||||
"-Dintrospection=false"
|
"-Dintrospection=false"
|
||||||
],
|
],
|
||||||
"sources" : [
|
"sources" : [
|
||||||
|
|
Loading…
Reference in a new issue