mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:57:37 +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",
|
||||
"buildsystem" : "meson",
|
||||
"config-opts" : [
|
||||
"-Ddemos=false",
|
||||
"-Dwidgetry=false",
|
||||
"-Dgjs=false",
|
||||
"-Dlua51=false",
|
||||
"-Dglade_catalog=false",
|
||||
"-Dintrospection=false"
|
||||
],
|
||||
"sources" : [
|
||||
|
|
Loading…
Reference in a new issue