[gtk+/gtk-3-10] Fix build with explicit --enable-wayland-backend
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-10] Fix build with explicit --enable-wayland-backend
- Date: Thu, 10 Oct 2013 16:54:48 +0000 (UTC)
commit fba0a9e8afbbfa07ba18e8d9394b1c7af4123154
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 6 15:32:18 2013 -0400
Fix build with explicit --enable-wayland-backend
We forgot to set set WAYLAND_SCANNER in this case.
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9926157..735bc29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,6 +419,7 @@ if test "$enable_wayland_backend" = "yes"; then
#define GDK_WINDOWING_WAYLAND"
DISABLE_ON_WAYLAND='%'
WAYLAND_PACKAGES="$WAYLAND_DEPENDENCIES"
+ AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
AS_IF([test "x$WAYLAND_SCANNER" = "xno"],
AC_MSG_ERROR([Could not find wayland-scanner in your PATH, required for parsing wayland extension
protocols]))
AC_SUBST([WAYLAND_SCANNER])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]