Fix #5829 - Messing around with flutter API
[roobuilder] / org.roojs.roobuilder.json
1 {
2     "id": "org.roojs.roobuilder",
3     "runtime": "org.gnome.Platform",
4     "runtime-version": "3.32",
5     "sdk": "org.gnome.Sdk",
6     "command": "roobuilder",
7     "clean": [ "/include", "*.la" ],
8     "build-options" : {
9         "cflags": "-O2 -g",
10         "cxxflags": "-O2 -g",
11         "env": {
12             "V": "1"
13         },
14         "arch": {
15             "x86_64": {
16                 "cflags": "-O3 -g"
17             }
18         }
19     },
20     "modules": [
21         {
22             "name" : "gtksourceview",
23             "config-opts" : [
24                 "--disable-Werror"
25             ],
26             "sources" : [
27                 {
28                     "type" : "git",
29                     "branch" : "gnome-3-24",
30                     "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git"
31                 }
32             ]
33         },
34         {
35             "name" : "vala",
36             "config-opts" : [
37                 "--disable-Werror"
38             ],
39             "sources" : [
40                 {
41                     "type" : "git",
42                     "branch" : "0.36",
43                     "url" : "https://gitlab.gnome.org/GNOME/vala.git"
44                 }
45             ]
46         }
47     ]
48 }