[gtk+/matthiasc/wayland/slowkeys: 1/9] wayland: Link against libcanberra
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/matthiasc/wayland/slowkeys: 1/9] wayland: Link against libcanberra
- Date: Thu, 3 Mar 2016 06:41:30 +0000 (UTC)
commit ced14d4ebe4a22caaab49d230dab3be6c2908f4b
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]