{ "app-id": "org.gnome.Adwaita1.Demo", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "adwaita-1-demo", "finish-args": [ "--device=dri", "--share=ipc", "--socket=wayland", "--socket=fallback-x11" ], "modules": [ { "name" : "libsass", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/libsass.git", "branch" : "meson" } ] }, { "name" : "sassc", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/sassc.git", "branch" : "meson" } ] }, { "name": "ministream", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/sp1rit/ministream.git", "branch": "main" } ] }, { "name": "libadwaita", "buildsystem": "meson", "builddir": true, "run-tests" : true, "build-options" : { "test-args" : [ "--device=dri", "--share=ipc", "--socket=wayland", "--socket=fallback-x11" ] }, "config-opts" : [ "--libdir=/app/lib" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", "branch": "main" } ] } ] }