From 1ee57c16a495e5908052d1de3de139fe6a8387bc Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 16 Aug 2023 18:54:49 -0400 Subject: Wayland: Allow building do not disturb applet in process --- data/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 3358d92..d8ca729 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,9 +12,15 @@ icon32_DATA = icons/32x32/mate-notification-properties.png icon48_DATA = icons/48x48/mate-notification-properties.png iconscalable_DATA = icons/scalable/mate-notification-properties.svg +if ENABLE_IN_PROCESS +servicedir = $(DBUS_SERVICES_DIR) +service_DATA = org.freedesktop.mate.Notifications.service +service_in_files = $(service_DATA:=.in) +else servicedir = $(DBUS_SERVICES_DIR) service_DATA = org.freedesktop.mate.Notifications.service org.mate.panel.applet.MateNotificationAppletFactory.service service_in_files = $(service_DATA:=.in) +endif autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = mate-notification-daemon.desktop.in -- cgit v1.2.1