build: Remove superfluous ','
This commit is contained in:
parent
b2dfcd346c
commit
27022c6b06
@ -313,7 +313,7 @@ AS_IF([test "x$enable_wayland" = "xyes"],
|
||||
|
||||
PKG_CHECK_EXISTS([wayland-client xkbcommon gdk-pixbuf-2.0],
|
||||
[
|
||||
BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-client xkbcommon",
|
||||
BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-client xkbcommon"
|
||||
BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE gdk-pixbuf-2.0"
|
||||
],
|
||||
[])
|
||||
|
Loading…
Reference in New Issue
Block a user