[tracker/tracker-0.10] configure: Add --enable-meegotouch argument



commit 8cef5cb5f4f56bd7c187acbbcd51887e17fd4491
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Apr 13 17:32:53 2011 +0200

    configure: Add --enable-meegotouch argument
    
    Fixes GB#647548. The libmeegotouch was being masked behind
    --enable-maemo, which also serves the purpose of installing
    additional ontologies, these are now 2 separate arguments.

 configure.ac |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9b41c65..5cb42d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1044,7 +1044,13 @@ AM_CONDITIONAL(HAVE_EXEMPI, test "x$have_exempi" = "xyes")
 # Check for tracker-miner-fs: meegotouch, for MeeGo desktop files
 ####################################################################
 
-if test "x$enable_maemo" != "xno"; then
+AC_ARG_ENABLE(meegotouch,
+              AS_HELP_STRING([--enable-meegotouch],
+                             [enable libmeegotouch application extraction [[default=no]]]),
+             [enable_meegotouch="$enableval"],
+             [enable_meegotouch=no])
+
+if test "x$enable_meegotouch" != "xno"; then
    PKG_CHECK_MODULES(MEEGOTOUCH,
                      [meegotouch >= $MEEGOTOUCH_REQUIRED],
                      [have_meegotouch=yes],
@@ -2197,5 +2203,6 @@ Writeback:
 Frameworks / Options:
 
 	Support Maemo                           $enable_maemo
+	Support libmeegotouch                   $have_meegotouch
         Support Guaranteed Metadata             $enable_guarantee_metadata (e.g. guess nie:title from files)
 "



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