gpointing-device-settings r173 - trunk
- From: hiikezoe svn gnome org
- To: svn-commits-list gnome org
- Subject: gpointing-device-settings r173 - trunk
- Date: Sun, 8 Mar 2009 01:36:00 +0000 (UTC)
Author: hiikezoe
Date: Sun Mar 8 01:36:00 2009
New Revision: 173
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=173&view=rev
Log:
require GConf in libgpointing-device-settings.pc.in.
Modified:
trunk/configure.ac
trunk/libgpointing-device-settings.pc.in
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Mar 8 01:36:00 2009
@@ -72,7 +72,9 @@
dnl AC_SUBST(GNOME_SETTINGS_DAEMON_CFLAGS)
dnl AC_SUBST(GNOME_SETTINGS_DAEMON_LIBS)
-PKG_CHECK_MODULES(GCONF2, gconf-2.0 >= 2.24.0)
+GCONF_REQUIRED=2.24.0
+AC_SUBST(GCONF_REQUIRED)
+PKG_CHECK_MODULES(GCONF2, gconf-2.0 >= $GCONF_REQUIRED)
AC_SUBST(GCONF2_CFLAGS)
AC_SUBST(GCONF2_LIBS)
AM_GCONF_SOURCE_2
Modified: trunk/libgpointing-device-settings.pc.in
==============================================================================
--- trunk/libgpointing-device-settings.pc.in (original)
+++ trunk/libgpointing-device-settings.pc.in Sun Mar 8 01:36:00 2009
@@ -11,6 +11,6 @@
Name: LibGPointingDeviceSettings
Description: Library to create dynamic module of UI for pointing device settings
Version: @VERSION@
-Requires: gtk+-2.0 >= @GTK_REQUIRED@
+Requires: gtk+-2.0 >= @GTK_REQUIRED@ gconf-2.0 >= @GCONF_REQUIRED@
Libs: -L${libdir} -lgpointing-device-settings
Cflags: -I${includedir}/gpointing-device-settings
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]