mirror of https://github.com/GNOME/gimp.git
build: update flatpak nightly manifest.
Tested with these changes. It is a working flatpak for our dev code.
This commit is contained in:
parent
053fbd7da5
commit
1032632e63
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue