[gimp] build: update flatpak nightly manifest.



commit 1032632e639468cb6caabfddad7c90211a5e1259
Author: Jehan <jehan girinstud io>
Date:   Sat Nov 9 21:34:22 2019 +0100

    build: update flatpak nightly manifest.
    
    Tested with these changes. It is a working flatpak for our dev code.

 build/flatpak/org.gimp.GIMP-nightly.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index f2939822e7..dd1467095a 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -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": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]