build: update flatpak nightly manifest.

Tested with these changes. It is a working flatpak for our dev code.
This commit is contained in:
Jehan 2019-11-09 21:34:22 +01:00
parent 053fbd7da5
commit 1032632e63
1 changed files with 3 additions and 2 deletions

View File

@ -285,7 +285,7 @@
{
"name": "gegl",
"buildsystem": "meson",
"config-opts": [ "-Ddocs=false", "-Dintrospection=false" ],
"config-opts": [ "-Ddocs=false" ],
"cleanup": [ "/bin" ],
"sources": [
{
@ -298,7 +298,8 @@
{
"name": "gimp",
"config-opts": [ "--disable-docs", "--disable-gtk-doc", "--disable-gtk-doc-html",
"--with-icc-directory=/run/host/usr/share/color/icc/", "--disable-python" ],
"--with-icc-directory=/run/host/usr/share/color/icc/",
"--with-lua=force", "--with-python=force", "--with-javascript=force" ],
"cleanup": [ "/bin/gimptool-3.0", "/bin/gimp-console-2.99" ],
"sources": [
{