summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-12 00:26:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-02-12 00:26:10 -0500
commit3e426e4c5b3a38ab57e182b947e9b10849a8470b (patch)
tree9de324dbb3cb952ab220f033a354209d2db2efe3
parent8d4f4af8efbed7b7d4281b26e3cf7303c9d61479 (diff)
downloadgtk+-flatpak-tweaks.tar.gz
flatpak: Try harder to disable sasscflatpak-tweaks
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json1
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json1
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index 8efb2e9d1a..b987981577 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -70,6 +70,7 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
+ "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 65bb182b43..580e4e7af9 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -70,6 +70,7 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
+ "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index 5fd1b8a678..138a6c73b5 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -70,6 +70,7 @@
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
+ "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],