[gnome-settings-daemon] build: Don't link against GConf
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] build: Don't link against GConf
- Date: Mon, 14 Nov 2011 18:11:27 +0000 (UTC)
commit 4299181157ef9ff75f73567fcc097d92bbd62bc7
Author: Bastien Nocera <hadess hadess net>
Date: Mon Nov 14 18:10:55 2011 +0000
build: Don't link against GConf
As none of the plugins link against it now.
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e32ede2..1479ff3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,13 +57,10 @@ PA_REQUIRED_VERSION=0.9.16
EXTRA_COMPILE_WARNINGS(yes)
-dnl FIXME we link against gconf-2.0 until all the plugins are ported
-dnl to GSettings, or we could get crashes on startup
PKG_CHECK_MODULES(SETTINGS_DAEMON,
glib-2.0 >= $GLIB_REQUIRED_VERSION
gtk+-3.0 >= $GTK_REQUIRED_VERSION
gio-2.0 >= $GIO_REQUIRED_VERSION
- gconf-2.0 >= $GCONF_REQUIRED_VERSION
gmodule-2.0
gthread-2.0
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
@@ -72,7 +69,6 @@ PKG_CHECK_MODULES(SETTINGS_DAEMON,
PKG_CHECK_MODULES(SETTINGS_PLUGIN,
gtk+-3.0 >= $GTK_REQUIRED_VERSION
- gconf-2.0 >= $GCONF_REQUIRED_VERSION
gio-2.0 >= $GIO_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
gsettings-desktop-schemas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]