diff options
author | rbuj <[email protected]> | 2020-11-17 01:27:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-26 11:50:18 +0100 |
commit | c1dd04d294e329da95c515d7f5a9ac7a00d269cc (patch) | |
tree | 2a129f163e6c3302d0fa5dfdf96bdee0de8a2e46 /configure.ac | |
parent | b704b0e30d2ad7672c3fa86c02f3f311327fd66a (diff) | |
download | mate-notification-daemon-c1dd04d294e329da95c515d7f5a9ac7a00d269cc.tar.bz2 mate-notification-daemon-c1dd04d294e329da95c515d7f5a9ac7a00d269cc.tar.xz |
Add Do Not Disturb Applet
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cf92347..af9be0d 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,15 @@ pkg_modules=" " PKG_CHECK_MODULES(NOTIFICATION_DAEMON, $pkg_modules) +dnl --------------------------------------------------------------------------- +dnl Requirements for panel applet +dnl --------------------------------------------------------------------------- +LIBPANEL4_REQUIRED=1.17.0 +LIBMATE_DESKTOP_REQUIRED=1.17.0 +PKG_CHECK_MODULES(NOTIFICATION_APPLET, mate-desktop-2.0 >= $LIBMATE_DESKTOP_REQUIRED libmatepanelapplet-4.0 >= $LIBPANEL4_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $REQ_GLIB_VERSION) +AC_SUBST(NOTIFICATION_APPLET_CFLAGS) +AC_SUBST(NOTIFICATION_APPLET_LIBS) + dnl Will call AC_SUBSET on NOTIFICATION_DAEMON_* below after appending X11 and Wayland flags dnl --------------------------------------------------------------------------- @@ -275,7 +284,9 @@ AC_CONFIG_FILES([ Makefile data/Makefile data/org.freedesktop.mate.Notifications.service +data/org.mate.applets.MateNotificationApplet.desktop.in data/org.mate.NotificationDaemon.gschema.xml +data/org.mate.panel.applet.MateNotificationAppletFactory.service po/Makefile.in src/Makefile src/daemon/Makefile |