From ed884c084a013586ce5abcc53457bd617fd68f42 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 20 Aug 2020 14:36:47 +0200 Subject: Revert "Start indicator in systemd when ayatana-indicators.target is started." This reverts commit 8189b651e2ab4b22fb2c471e8436e93cb914a49b. The notifications indicator is an old-style indicator (non-NG). So no need for a systemd service file starting up a service. The indicator gets side-loaded into the indicator-applet via libayatana-indicator. --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 868fa81..7a995c4 100644 --- a/configure.ac +++ b/configure.ac @@ -65,19 +65,6 @@ PKG_CHECK_MODULES(SETTINGS, gtk+-3.0 >= GTK3_REQUIRED_VERSION) AC_SUBST(SETTINGS_CFLAGS) AC_SUBST(SETTINGS_LIBS) -######################### -# Check for systemd -######################### -PKG_CHECK_MODULES(SYSTEMD, systemd, - [has_systemd=yes], - [] -) -if test "x$has_systemd" = "xyes"; then - SYSTEMD_USERDIR=`$PKG_CONFIG --variable=systemduserunitdir systemd` - AC_SUBST(SYSTEMD_USERDIR) - AC_DEFINE(HAVE_SYSTEMD, 1, [create ayatana-indicator-application.service for systemd]) -fi - AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile -- cgit v1.2.3