build: Remove superfluous ','

This commit is contained in:
Rico Tzschichholz 2012-03-21 13:59:54 +01:00
parent b2dfcd346c
commit 27022c6b06
1 changed files with 1 additions and 1 deletions

View File

@ -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"
],
[])