mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
wayland: Add wayland-client to pkg-config flags
This commit is contained in:
@@ -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"
|
||||
],
|
||||
[])
|
||||
|
Reference in New Issue
Block a user