[office-runner] configure: depend on gsd 3.0



commit 0c2531e45b96ab34c724ce5d1fddaccee46d2fc7
Author: Will Thompson <will willthompson co uk>
Date:   Fri Sep 16 16:18:11 2011 +0100

    configure: depend on gsd 3.0
    
    I have gsd 3.0 installed, but (thanks to the wisdom of Debian) I only
    had gnome-settings-daemon-dev 2.something installed.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24538e2..a1928e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext
 AC_SUBST(GETTEXT_PACKAGE)
 IT_PROG_INTLTOOL([0.40.0])
 
-PKG_CHECK_MODULES(OFFICE_RUNNER, gtk+-3.0 gnome-settings-daemon)
+PKG_CHECK_MODULES(OFFICE_RUNNER, gtk+-3.0 gnome-settings-daemon >= 3.0)
 
 AC_CONFIG_FILES([Makefile po/Makefile.in src/Makefile])
 AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]