wayland: Add wayland-client to pkg-config flags
This commit is contained in:
parent
eb61e372b0
commit
4316592c2f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
],
|
||||
[])
|
||||
|
|
Loading…
Add table
Reference in a new issue