From ebbc60ffaa53323d19ad5db7aef80faabb2ac0eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 Mar 2016 12:42:43 -0500 Subject: [PATCH] wayland: Link against libcanberra This will be used in the subsequent commits to implement gdk_display_beep() for Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=763001 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0318678444..77bb10e3f3 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,7 @@ fi PKG_PROG_PKG_CONFIG -WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version wayland-protocols >= wayland_protocols_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version wayland-egl" +WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version wayland-protocols >= wayland_protocols_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version wayland-egl libcanberra" if test "$enable_wayland_backend" = "maybe" ; then AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no]) PKG_CHECK_EXISTS($WAYLAND_DEPENDENCIES, [have_wayland_deps=yes], [have_wayland_deps=no])