summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-10-12 18:42:55 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-10-13 18:14:24 +0100
commit35f6e73700a67aba372e13ccca2ae00bbfbc3f28 (patch)
tree0aa0b1179f684c1d5bb4a2d0e31fbd2711f1e388
parent51ec615ba17128f2e7fec0c32cddf4e1bd8f751b (diff)
downloadclutter-35f6e73700a67aba372e13ccca2ae00bbfbc3f28.tar.gz
wayland: Add wayland-client to pkg-config flags
(cherry picked from commit 4316592c2f7ba69f0c9d41ca899b2d897e6bda7d) Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bc4108e7d..2c24785ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -311,9 +311,9 @@ AS_IF([test "x$enable_wayland" = "xyes"],
SUPPORT_WAYLAND=1
- PKG_CHECK_EXISTS([wayland-client xkbcommon gdk-pixbuf-2.0],
+ PKG_CHECK_EXISTS([wayland-client wayland-cursor xkbcommon gdk-pixbuf-2.0],
[
- BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-client xkbcommon"
+ BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-cursor wayland-client xkbcommon"
BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE gdk-pixbuf-2.0"
],
[])