summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2014-02-12 16:24:04 +0000
committerinfirit <[email protected]>2014-02-12 19:32:11 +0100
commitd7fb1cb82c5e29e1a5865045698cd845d0deb42d (patch)
tree95f7163642100ab61cd1b8daeca21707336b3f71 /configure.ac
parent8ec90b7ca85664810aecd9a9c6c326d207b4dafd (diff)
downloadmate-applets-d7fb1cb82c5e29e1a5865045698cd845d0deb42d.tar.bz2
mate-applets-d7fb1cb82c5e29e1a5865045698cd845d0deb42d.tar.xz
modem-lights: Remove broken modem-lights applet.
It has been broken for some time now so it is time to remove it. If someone is willing to put in the work they can resurrect it from git.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac
index 38ae14ce..78cad4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,10 +163,6 @@ dnl -- check for mate-settings-daemon (optional) -----------------------------
PKG_CHECK_MODULES(MATE_SETTINGS_DAEMON, mate-settings-daemon,
HAVE_MATE_SETTINGS_DAEMON=yes, HAVE_MATE_SETTINGS_DAEMON=no)
-if test "x$HAVE_MATE_SETTINGS_DAEMON" = "xno"; then
- AC_MSG_WARN([mate-settings-daemon DBUS API is required to build modem-applet.])
-fi
-
AC_SUBST(MATE_SETTINGS_DAEMON_CFLAGS)
AC_SUBST(MATE_SETTINGS_DAEMON_LIBS)
@@ -459,33 +455,12 @@ if test "x$APPLET_ACCESSX" = "xtrue"; then
fi
CPPFLAGS=$savecppflags
-dnl ***************************************************************************
-dnl *** modemlights applet check ***
-dnl ***************************************************************************
-
SU_TOOL=
HAVE_LIBUTIL=
AC_PATH_PROG(SU_TOOL, su)
AC_CHECK_LIB(util, forkpty, HAVE_LIBUTIL=true, HAVE_LIBUTIL=false)
-dnl ***
-dnl *** Modem lights does not currently compile. It needs to be ported to a
-dnl *** modern mate-system-tools backend.
-dnl ***
-dnl if test "x$HAVE_LIBUTIL" = "xtrue" -a "x$HAVE_MATE_SETTINGS_DAEMON" = "xyes"; then
-dnl MODEMLIGHTS_LIBS=" -lutil"
-dnl AC_SUBST(MODEMLIGHTS_LIBS)
-dnl AC_DEFINE_UNQUOTED(STB_SCRIPTS_DIR, "$STB_SCRIPTS_DIR", [System tools backends])
-dnl AC_DEFINE_UNQUOTED(SU_PATH, "${SU_TOOL}", [su executable path])
-dnl BUILD_MODEM_LIGHTS=yes
-dnl else
- AC_MSG_WARN([*** modemlights applet will not be built ***])
- BUILD_MODEM_LIGHTS=no
-dnl fi
-
-AM_CONDITIONAL(APPLET_MODEMLIGHTS, test "x$BUILD_MODEM_LIGHTS" = "xyes")
-
dnl ***************************************************************************
dnl *** cpufreq applet check ***
dnl ***************************************************************************
@@ -669,7 +644,6 @@ accessx-status/docs/Makefile
accessx-status/pixmaps/Makefile
drivemount/Makefile
drivemount/help/Makefile
-modemlights/Makefile
multiload/Makefile
multiload/docs/Makefile
charpick/Makefile
@@ -732,7 +706,6 @@ mate-applets-$VERSION configure summary:
- geyes always
- mateweather $build_libmateweather_applets
- invest-applet $HAVE_PYGOBJECT
- - modemlights $BUILD_MODEM_LIGHTS
- multiload $build_gtop_applets
- stickynotes $enable_stickynotes
- timerapplet $HAVE_LIBNOTIFY