[gnome-text-editor] build: add libeditorconfig to flatpak



commit bc5d459f40338222162a5596503b09bd199d142e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 10:38:35 2022 -0700

    build: add libeditorconfig to flatpak

 org.gnome.TextEditor.Devel.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/org.gnome.TextEditor.Devel.json b/org.gnome.TextEditor.Devel.json
index 53f424f..d37d4c5 100644
--- a/org.gnome.TextEditor.Devel.json
+++ b/org.gnome.TextEditor.Devel.json
@@ -30,6 +30,18 @@
         "*.a"
     ],
     "modules" : [
+        {
+            "name" : "libeditorconfig",
+            "buildsystem" : "cmake",
+            "config-opts" : [ "-DINSTALL_HTML_DOC=OFF" ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/editorconfig/editorconfig-core-c.git";,
+                    "tag" : "v0.12.5"
+                }
+            ]
+        },
         {
             "name" : "gnome-text-editor",
             "builddir" : true,


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