summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-04-01 21:29:41 +0200
committerMatthias Clasen <mclasen@redhat.com>2021-07-20 14:00:25 -0400
commitaf0c95c11a5039967cdeb6101ec467ac75f1ccfb (patch)
treef34b8ab2c683207853a050dd05a8df4bb2b91b90 /meson_options.txt
parent4d5dc18a575ce76b5f2469832c8d0d805b355bd9 (diff)
downloadgtk+-af0c95c11a5039967cdeb6101ec467ac75f1ccfb.tar.gz
build: Remove sassc option
Instead, ensure that sassc is made madatory on git builds (because it is, we don't ship CSS files anymore) and not even looked for in release builds (because do ship CSS files there).
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3a471a2025..29d1862031 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -78,11 +78,6 @@ option('colord',
value: 'disabled',
description : 'Build colord support for the CUPS printing backend')
-option('sassc',
- type: 'feature',
- value: 'auto',
- description: 'Rebuild themes using sassc')
-
option('f16c',
type: 'feature',
value: 'enabled',