diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-05 02:33:35 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-05 02:33:35 -0700 | 
| commit | 8cfe3854ff7f6fbce48ba80061f7a0f2d2959e84 (patch) | |
| tree | 2137b4758abcba6c6f468a89309f1fea318e0bb5 | |
| parent | ecf02e5509f6f8c18cf0263b54579f5ef4a3c142 (diff) | |
Bump Sdk to 42 and set builddir to true since out-of-tree builds
work properly, I don't think they did when @chergert first made
the manifest.
| -rw-r--r-- | com.pengaru.glimmer.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/com.pengaru.glimmer.json b/com.pengaru.glimmer.json index 7b36ef3..83b36ab 100644 --- a/com.pengaru.glimmer.json +++ b/com.pengaru.glimmer.json @@ -1,7 +1,7 @@  {      "app-id" : "com.pengaru.glimmer",      "runtime" : "org.gnome.Platform", -    "runtime-version" : "3.38", +    "runtime-version" : "42",      "sdk" : "org.gnome.Sdk",      "command" : "glimmer",      "finish-args" : [ @@ -18,7 +18,7 @@          {              "name" : "glimmer",              "buildsystem" : "autotools", -            "builddir" : false, +            "builddir" : true,              "sources" : [                  {                      "type" : "git",  | 
