[clutter] build: Fix previous commit
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] build: Fix previous commit
- Date: Thu, 24 Mar 2011 14:15:02 +0000 (UTC)
commit a4d29ca2e1bcb315349ee87a8eb30cae17629a8f
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Thu Mar 24 14:13:59 2011 +0000
build: Fix previous commit
The previous commit broke the backend-specific required pkg-config
packages.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd3eafc..7dfdc63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]