[gnome-shell] Add dependency on libsoup
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Add dependency on libsoup
- Date: Wed, 6 Jul 2011 16:47:30 +0000 (UTC)
commit ed46390bbc95146a19a4162d18786a2c33b482e7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jun 27 20:14:46 2011 -0400
Add dependency on libsoup
https://bugzilla.gnome.org/show_bug.cgi?id=653989
configure.ac | 2 +-
src/Makefile.am | 2 +-
tools/build/gnome-shell.modules | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 55768ed..5ec4021 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-2.0 >= $GIO_MIN_VERSION
libmutter >= $MUTTER_MIN_VERSION
gjs-internals-1.0 >= $GJS_MIN_VERSION
libgnome-menu $recorder_modules gconf-2.0
- gdk-x11-3.0
+ gdk-x11-3.0 libsoup-2.4
clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
clutter-glx-1.0 >= $CLUTTER_MIN_VERSION
libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_MIN_VERSION
diff --git a/src/Makefile.am b/src/Makefile.am
index dafb50f..51bc1ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -255,7 +255,7 @@ libgnome_shell_la_LIBADD = \
libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags)
Shell-0.1.gir: libgnome-shell.la St-1.0.gir
-Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2
+Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4
Shell_0_1_gir_CFLAGS = $(libgnome_shell_la_CPPFLAGS) -I $(srcdir)
Shell_0_1_gir_LIBS = libgnome-shell.la
Shell_0_1_gir_FILES = $(libgnome_shell_la_gir_sources)
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 6b4f53c..52867f3 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -343,6 +343,7 @@
<dep package="telepathy-glib"/>
<dep package="telepathy-logger"/>
<dep package="upower"/>
+ <dep package="libsoup"/>
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]