mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
4afe793eed
commit
ed9c3ee54e
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user