mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
build: Fix previous commit
The previous commit broke the backend-specific required pkg-config packages.
This commit is contained in:
@ -1130,7 +1130,7 @@ AC_SUBST(MAINTAINER_CFLAGS)
|
||||
|
||||
dnl === Dependencies, compiler flags and linker libraries =====================
|
||||
# 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"
|
||||
PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])
|
||||
|
Reference in New Issue
Block a user