summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-11 23:00:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-02-11 23:00:19 -0500
commit9a540841fd5c18394456a3dfcfde721a69ed4724 (patch)
treee4525c1f8b7c3dec1d78fe9236bce2dbc010963a
parent9f10f9a5956b554daf4449e93620f7145bb8f941 (diff)
downloadgtk+-9a540841fd5c18394456a3dfcfde721a69ed4724.tar.gz
flatpak: No need to build sassc anymore
We should be able to do a gtk build without rebuilding css nowadays.
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json30
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json30
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json30
3 files changed, 0 insertions, 90 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index 9185fada49..7e625478ee 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -64,36 +64,6 @@
]
},
{
- "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,
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index d6bce54eb8..14960965cd 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -64,36 +64,6 @@
]
},
{
- "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,
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index dbaee92474..ccc2c63c99 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -64,36 +64,6 @@
]
},
{
- "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,