From bae39a93b20e5099a7fea6f7356a422c71fe4bc3 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 10 Jul 2023 02:57:33 +0200 Subject: Fix failing tests fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/108 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5190055..8a6dce9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,8 @@ else () -DALARM_DEFAULT_SOUND="dummy" -DCALENDAR_DEFAULT_SOUND="dummy" ) + + set (ALARM_DEFAULT_SOUND "dummy") endif () pkg_check_modules (SERVICE_DEPS REQUIRED ${SERVICE_DEPS}) -- cgit v1.2.3