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 /tests/service-mocks/accounts-mock/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 'tests/service-mocks/accounts-mock/CMakeLists.txt')
-rw-r--r-- | tests/service-mocks/accounts-mock/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/service-mocks/accounts-mock/CMakeLists.txt b/tests/service-mocks/accounts-mock/CMakeLists.txt index 421e155..e737a07 100644 --- a/tests/service-mocks/accounts-mock/CMakeLists.txt +++ b/tests/service-mocks/accounts-mock/CMakeLists.txt @@ -7,9 +7,9 @@ include_directories(${Qt5DBus_INCLUDE_DIRS} add_definitions(-DQT_NO_KEYWORDS=1) -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.Sound.xml") add_definitions(-DHAS_UT_ACCTSERVICE_SOUND_SETTINGS) - set(dbusinterface_sound_xml "com.ubuntu.AccountsService.Sound.Mock.xml") + set(dbusinterface_sound_xml "com.lomiri.AccountsService.Sound.Mock.xml") else() set(dbusinterface_sound_xml "org.ayatana.AccountsService.Sound.Mock.xml") endif() |