wayland: Pull gdk-pixbuf in a private dependency

This means it will get tested for explicitly as well as appearing in the
Requires.private section of the pkg-config file.
This commit is contained in:
Rob Bradford 2012-01-11 12:26:00 +00:00
parent 4afe793eed
commit ed9c3ee54e
1 changed files with 5 additions and 2 deletions

View File

@ -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])