[gtk+/matthiasc/wayland/beep: 1/3] wayland: Link against libcanberra



commit ebbc60ffaa53323d19ad5db7aef80faabb2ac0eb
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 2 12:42:43 2016 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0318678..77bb10e 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]