diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-29 15:23:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-29 15:23:00 +0100 |
commit | 103274c655d5eed254b552ed5cf19265cd8f98f2 (patch) | |
tree | 095934d9a3e3b682355e89511cde5ec9d7c096af /configure.ac | |
parent | 9c4ef5136fed495e618610ba675a03de9efbe921 (diff) | |
download | mate-applets-103274c655d5eed254b552ed5cf19265cd8f98f2.tar.bz2 mate-applets-103274c655d5eed254b552ed5cf19265cd8f98f2.tar.xz |
Remove old timer-applet
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 68011189..9bd24188 100644 --- a/configure.ac +++ b/configure.ac @@ -438,15 +438,6 @@ enable_stickynotes="yes" AM_CONDITIONAL(BUILD_STICKYNOTES_APPLET, test "x$enable_stickynotes" = "xyes") dnl *************************************************************************** -dnl *** Timer applet specific checks *** -dnl *************************************************************************** -AC_ARG_ENABLE([timer-applet], - AC_HELP_STRING([--enable-timer-applet], [Enable the timer applet.]), - enable_timerapplet=$enableval, - enable_timerapplet=no) -AM_CONDITIONAL(BUILD_TIMER_APPLET, test "x$enable_timerapplet" = "xyes") - -dnl *************************************************************************** dnl *** keyboard accessibility status applet check *** dnl *************************************************************************** @@ -705,14 +696,6 @@ cpufreq/src/cpufreq-selector/Makefile cpufreq/pixmaps/Makefile cpufreq/help/Makefile timerapplet/Makefile -timer-applet/Makefile -timer-applet/data/Makefile -timer-applet/images/Makefile -timer-applet/src/Makefile -timer-applet/src/timerapplet/Makefile -timer-applet/src/timerapplet/controllers/Makefile -timer-applet/src/timerapplet/core/Makefile -timer-applet/src/timerapplet/ui/Makefile command/Makefile null_applet/Makefile ]) @@ -747,7 +730,6 @@ mate-applets-$VERSION configure summary: - stickynotes $enable_stickynotes - timerapplet $HAVE_LIBNOTIFY - trashapplet always - - timer-applet $enable_timerapplet Using DBUS: $HAVE_DBUS Using NetworkManager: $HAVE_NETWORKMANAGER |