summaryrefslogtreecommitdiff
path: root/config.h.meson
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 /config.h.meson
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 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index af935cdeb..70681d774 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -28,9 +28,6 @@
/* Defined if EGLStream support is enabled */
#mesondefine HAVE_WAYLAND_EGLSTREAM
-/* Building with libcanberra for playing sounds */
-#mesondefine HAVE_LIBCANBERRA
-
/* Building with gudev for device type detection */
#mesondefine HAVE_LIBGUDEV