diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:30:56 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:30:56 +0100 |
commit | 384e727b89627fdb381500be29fc3880493ed634 (patch) | |
tree | 20681a879bfcb17d8b8c20a46a0cb888ca659662 /src/CMakeLists.txt | |
parent | eb8b3669b5e493ddd8ca4f18379a46d6c0ac57ca (diff) | |
download | ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.tar.gz ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.tar.bz2 ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.zip |
Rename com.ubuntu.AccountsService.Sound
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 761e87b..49d2715 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,7 +23,7 @@ else() set (HAS_LOMIRI_ACCTSERVICE_SYSTEMSOUND_SETTINGS OFF) endif() -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.Sound.xml") set (HAVE_UT_ACCTSERVICE_SOUND_SETTINGS ON) set (VALA_DEFINE_ACCTSERVICE_SOUND_SETTINGS "--define=HAS_UT_ACCTSERVICE_SOUND_SETTINGS") else() |