summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-12-17 23:52:03 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-01-08 15:58:11 +0100
commit956ab4bd58b56bfe410e04903ad0e9b1c8ed8607 (patch)
tree9abe1f5743966ac82e19d5e335ec7082764274ce /meson_options.txt
parent58b5dee8694a399dab0b6d38466669d211088003 (diff)
downloadmutter-956ab4bd58b56bfe410e04903ad0e9b1c8ed8607.tar.gz
build: Make libcanberra no longer optional
This is not the case anymore with MetaSoundPlayer in place, and also important to get keyboard bell right.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7626661d1..add49c866 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -81,12 +81,6 @@ option('pango_ft2',
description: 'Enable PangoFt2 support'
)
-option('libcanberra',
- type: 'boolean',
- value: true,
- description: 'Enable libcanberra support'
-)
-
option('startup_notification',
type: 'boolean',
value: true,