diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 00:47:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 01:03:30 +0800 |
commit | e8e4661811e980102e5569f804c0f439aa7b3c32 (patch) | |
tree | 30a8bbfcde078d20e67594c635816081bef5397f /configure.ac | |
parent | 6a791bb6e813ec5ec42b0d72eca775208b877e06 (diff) | |
download | gsoc2013-evolution-e8e4661811e980102e5569f804c0f439aa7b3c32.tar.gz gsoc2013-evolution-e8e4661811e980102e5569f804c0f439aa7b3c32.tar.zst gsoc2013-evolution-e8e4661811e980102e5569f804c0f439aa7b3c32.zip |
Remove the settings capplet.
The evolution-settings capplet was originally designed for Anjal, it was
used in MeeGo as part of the Express Mode effort, but doesn't really fit
in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion).
This is pretty clearly dead weight at this point. The MeeGo developers
have disappeared, and the remaining Evolution developers are not and do
not intend to maintain it. Plus it doesn't even build currently.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index af960211cc..27ad00ccaf 100644 --- a/configure.ac +++ b/configure.ac @@ -293,20 +293,6 @@ AC_ARG_WITH([help], AM_CONDITIONAL(WITH_HELP, test "x$with_help" != "xno") AC_MSG_RESULT([$with_help]) -dnl **************** -dnl Settings Capplet -dnl **************** -AC_MSG_CHECKING([whether to build the settings capplet]) -AC_ARG_WITH([capplet], - [AS_HELP_STRING([--with-capplet], - [Build the account settings capplet [default=no]])], - [with_capplet="$withval"],[with_capplet="no"]) -if test "x$with_capplet" = "xyes"; then - AC_DEFINE(WITH_CAPPLET, 1, [Define if building the settings capplet]) -fi -AM_CONDITIONAL(WITH_CAPPLET, test "x$with_capplet" = "xyes") -AC_MSG_RESULT([$with_capplet]) - dnl ****************************** dnl iconv checking dnl ****************************** @@ -1588,8 +1574,6 @@ smime/Makefile smime/lib/Makefile smime/gui/Makefile sounds/Makefile -capplet/Makefile -capplet/settings/Makefile evolution-zip evolution-calendar.pc evolution-mail.pc |