summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gtk.Demo4.json
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/flatpak/org.gtk.Demo4.json')
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json34
1 files changed, 3 insertions, 31 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index 9185fada49..b987981577 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -64,43 +64,15 @@
]
},
{
- "name" : "libsass",
- "buildsystem" : "meson",
- "builddir" : true,
- "config-opts" : [
- "--libdir=/app/lib"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/lazka/libsass.git",
- "branch" : "meson"
- }
- ]
- },
- {
- "name" : "sassc",
- "buildsystem" : "meson",
- "builddir" : true,
- "config-opts" : [
- "--libdir=/app/lib"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/lazka/sassc.git",
- "branch" : "meson"
- }
- ]
- },
- {
"name" : "gtk",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
- "-Dbuildtype=debugoptimized"
+ "-Dsassc=disabled",
+ "-Dbuildtype=debugoptimized",
+ "-Dprofile=devel"
],
"sources" : [
{