From cb60caeb060c73d2ffd1b0736d501857e89d14be Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 4 Feb 2026 14:49:54 -0500 Subject: session: Add sound events for login and logout Adds optional libcanberra support to play desktop-login and desktop-logout sound events during session start and end. Sound playback is controlled through the system sound theme configuration. Fixes #328 --- mate-session/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mate-session/Makefile.am') diff --git a/mate-session/Makefile.am b/mate-session/Makefile.am index 448ee76..aa2be01 100644 --- a/mate-session/Makefile.am +++ b/mate-session/Makefile.am @@ -63,6 +63,7 @@ mate_session_CPPFLAGS = \ $(SM_CFLAGS) \ $(ICE_CFLAGS) \ $(XEXT_CFLAGS) \ + $(LIBCANBERRA_CFLAGS) \ -I$(top_srcdir)/mate-submodules/libegg \ -DLOCALE_DIR=\""$(datadir)/locale"\" \ -DDATA_DIR=\""$(datadir)/mate-session"\" \ @@ -82,7 +83,8 @@ mate_session_LDADD = \ $(MATE_SESSION_LIBS) \ $(SYSTEMD_LIBS) \ $(LIBELOGIND_LIBS) \ - $(EXECINFO_LIBS) + $(EXECINFO_LIBS) \ + $(LIBCANBERRA_LIBS) libgsmutil_la_SOURCES = \ gsm-util.c \ -- cgit v1.2.1