[rygel] core: Get rid of remainder of gconf usage
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Get rid of remainder of gconf usage
- Date: Fri, 24 Jul 2009 19:28:52 +0000 (UTC)
commit ce7a5d26409db01cb34170c1d1e169c6b26718ed
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Jul 25 01:24:00 2009 +0300
core: Get rid of remainder of gconf usage
src/rygel/Makefile.am | 8 ++++----
src/rygel/rygel-configuration.vala | 1 -
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index e43a93c..b4f3116 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -123,8 +123,8 @@ rygel_SOURCES = $(VAPI_SOURCE_FILES) \
rygel.stamp: $(filter %.vala,$(rygel_SOURCES))
$(VALAC) -C --vapidir=$(srcdir) --thread \
--pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
- --pkg gconf-2.0 --pkg gstreamer-0.10 --pkg gio-2.0 --pkg gee-1.0 \
- --pkg sqlite3 $^
+ --pkg gstreamer-0.10 --pkg gio-2.0 --pkg gee-1.0 --pkg sqlite3 \
+ $^
touch $@
rygel_LDADD = $(LIBGUPNP_LIBS) \
@@ -182,8 +182,8 @@ VAPI_SOURCE_FILES = rygel-configuration.vala \
rygel-1.0.vapi: $(VAPI_SOURCE_FILES)
$(VALAC) -H rygel.h -C --library=rygel-1.0 --vapidir=$(srcdir) \
- --pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg gconf-2.0 \
- --pkg gee-1.0 --pkg gstreamer-0.10 --pkg sqlite3 --pkg dbus-glib-1 \
+ --pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg gee-1.0 \
+ --pkg gstreamer-0.10 --pkg sqlite3 --pkg dbus-glib-1 \
$(VAPI_SOURCE_FILES)
noinst_LIBRARIES = librygel-configuration.a
diff --git a/src/rygel/rygel-configuration.vala b/src/rygel/rygel-configuration.vala
index e7c1ff2..20e6038 100644
--- a/src/rygel/rygel-configuration.vala
+++ b/src/rygel/rygel-configuration.vala
@@ -22,7 +22,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-using GConf;
using CStuff;
public errordomain Rygel.ConfigurationError {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]