mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
build: Fix previous commit
The previous commit broke the backend-specific required pkg-config packages.
This commit is contained in:
parent
0eee5788df
commit
a4d29ca2e1
@ -1130,7 +1130,7 @@ AC_SUBST(MAINTAINER_CFLAGS)
|
|||||||
|
|
||||||
dnl === Dependencies, compiler flags and linker libraries =====================
|
dnl === Dependencies, compiler flags and linker libraries =====================
|
||||||
# strip leading space
|
# strip leading space
|
||||||
BACKEND_PC_FILES=${BACKEND_PC_FILES/#* }
|
BACKEND_PC_FILES=${BACKEND_PC_FILES#* }
|
||||||
|
|
||||||
CLUTTER_REQUIRES="$CLUTTER_BASE_PC_FILES $IMAGE_PC_FILES $BACKEND_PC_FILES"
|
CLUTTER_REQUIRES="$CLUTTER_BASE_PC_FILES $IMAGE_PC_FILES $BACKEND_PC_FILES"
|
||||||
PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])
|
PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])
|
||||||
|
Loading…
Reference in New Issue
Block a user