[tracker] build: Remove configure args for Nemo, was used for media art



commit f3114073b7a3387ce0d41d9a758a786761b26597
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Feb 26 14:43:34 2014 +0000

    build: Remove configure args for Nemo, was used for media art
    
    The media art sources are now in libmediaart, so this switch is redundant now.

 configure.ac |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 291244f..d446ef6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -639,22 +639,6 @@ if test "x$enable_maemo" = "xyes" ; then
 fi
 
 ####################################################################
-# Check if we should install nemo specific features
-####################################################################
-
-AC_ARG_ENABLE(nemo,
-              AS_HELP_STRING([--enable-nemo],
-                             [enable nemo specific [[default=no]]]),
-             [enable_nemo="$enableval"],
-             [enable_nemo=no])
-
-AM_CONDITIONAL(HAVE_NEMO, test "x$enable_nemo" = "xyes")
-
-if test "x$enable_nemo" = "xyes" ; then
-   AC_DEFINE(HAVE_NEMO, 1, [Define if we enable Nemo specific features])
-fi
-
-####################################################################
 # Check if we should disable the journal
 ####################################################################
 
@@ -2698,7 +2682,6 @@ Writeback:
 Frameworks / Options:
 
        Support Maemo                           $enable_maemo
-       Support Nemo                            $enable_nemo
        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]