summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-01-11 12:26:00 +0000
committerRob Bradford <rob@linux.intel.com>2012-01-11 12:26:00 +0000
commited9c3ee54ebafb6e477cafc39d36cc96574938ee (patch)
tree132eea49402bc96e367c1fc4d539cd6b410aa854
parent4afe793eedc6b822ac2aa9465808239cacaa9cf8 (diff)
downloadclutter-rbradford/requires-private.tar.gz
wayland: Pull gdk-pixbuf in a private dependencyrbradford/requires-private
This means it will get tested for explicitly as well as appearing in the Requires.private section of the pkg-config file.
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 526933097..cc0bcbb67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,8 +313,11 @@ AS_IF([test "x$enable_wayland" = "xyes"],
SUPPORT_WAYLAND=1
- PKG_CHECK_EXISTS([wayland-client xkbcommon],
- [BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-client xkbcommon"],
+ PKG_CHECK_EXISTS([wayland-client xkbcommon gdk-pixbuf-2.0],
+ [
+ BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-client xkbcommon",
+ BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE gdk-pixbuf-2.0"
+ ],
[])
AC_DEFINE([HAVE_CLUTTER_WAYLAND], [1], [Have the Wayland client backend])