[gnome-applets/wip/muktupavels/cleanup: 2/17] build: remove BUILD_STICKYNOTES_APPLET



commit 5bd23658e0cd276bda718793073a0cfec1182f7a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 24 16:21:14 2020 +0200

    build: remove BUILD_STICKYNOTES_APPLET

 configure.ac                 | 10 +---------
 sticky-notes/src/Makefile.am |  4 ----
 2 files changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f409003d8..fb386f90c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,14 +331,6 @@ AM_CONDITIONAL(HAVE_LIBAPM, test "x$HAVE_LIBAPM" = "xyes")
 AM_CONDITIONAL(NEED_LIBAPM, test "x$NEED_LIBAPM" = "xyes")
 AM_CONDITIONAL(BUILD_BATTSTAT_APPLET, test x$build_battstat_applet = xyes)
 
-dnl ***************************************************************************
-dnl *** Stickynotes specific checks                                         ***
-dnl ***************************************************************************
-# AC_ARG_ENABLE(stickynotes, [  --enable-stickynotes build stickynotes
-#                           [@<:@default: no, transparent upgrade to Tomboy@:>@]], enable_stickynotes="yes", 
enable_stickynotes="no")
-enable_stickynotes="yes"
-AM_CONDITIONAL(BUILD_STICKYNOTES_APPLET, test "x$enable_stickynotes" = "xyes")
-
 dnl ***************************************************************************
 dnl *** keyboard accessibility status applet check                          ***
 dnl ***************************************************************************
@@ -671,7 +663,7 @@ echo "    inhibit .......................: always"
 echo "    mini-commander ................: always"
 echo "    multiload .....................: $build_gtop_applets"
 echo "    netspeed ......................: $build_gtop_applets"
-echo "    sticky-notes ..................: $enable_stickynotes"
+echo "    sticky-notes ..................: always"
 echo "    timer .........................: $HAVE_LIBNOTIFY"
 echo "    tracker-search-bar ............: $have_tracker_search_bar"
 echo "    trash .........................: always"
diff --git a/sticky-notes/src/Makefile.am b/sticky-notes/src/Makefile.am
index 238273d25..66ff4f722 100644
--- a/sticky-notes/src/Makefile.am
+++ b/sticky-notes/src/Makefile.am
@@ -1,7 +1,5 @@
 NULL =
 
-if BUILD_STICKYNOTES_APPLET
-
 stickynotes_applet_libdir = $(pkglibdir)
 stickynotes_applet_lib_LTLIBRARIES = libsticky-notes-applet.la
 
@@ -80,8 +78,6 @@ CLEANFILES = \
        sticky-notes-resources.h \
        $(NULL)
 
-endif
-
 EXTRA_DIST = \
        $(gsettings_schemas_in_in) \
        sticky-notes-applet-menu.xml \


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