[ease/encapsulate] Fix signal connections (needed gmodule-2.0)
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/encapsulate] Fix signal connections (needed gmodule-2.0)
- Date: Tue, 27 Jul 2010 08:19:20 +0000 (UTC)
commit ccfd048e6a63d6a8e7afae342e7b380d964be74f
Author: Nate Stedman <natesm gmail com>
Date: Tue Jul 27 04:18:54 2010 -0400
Fix signal connections (needed gmodule-2.0)
configure.ac | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index defa686..fe71cd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,25 +41,29 @@ pkg_modules=" \
gee-1.0 \
clutter-gtk-0.10 >= 0.10 \
libarchive \
- json-glib-1.0 >= 0.7.6"
+ json-glib-1.0 >= 0.7.6\
+ gmodule-2.0"
EASE_PACKAGES=" \
--pkg gee-1.0 \
--pkg clutter-gtk-0.10 \
--pkg libarchive \
- --pkg json-glib-1.0"
+ --pkg json-glib-1.0 \
+ --pkg gmodule-2.0"
EASE_CFLAGS="\`pkg-config --cflags \
gee-1.0 \
clutter-gtk-0.10 \
json-glib-1.0 \
- libarchive \`"
+ libarchive \
+ gmodule-2.0 \`"
EASE_LDFLAGS="\`pkg-config --libs \
gee-1.0 \
clutter-gtk-0.10 \
json-glib-1.0 \
- libarchive \`"
+ libarchive
+ gmodule-2.0 \`"
PKG_CHECK_MODULES(EASE, [$pkg_modules])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]