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:47:19 +0100 |
commit | ca1d6f23f767f1285edcd6403716649aac4cd140 (patch) | |
tree | 7120593250cd0be1baacb9cf2087918a4a06be4e /tests/service-mocks/accounts-mock/CMakeLists.txt | |
parent | 64cb8b30764718a2a4f5b5a077b3a8686bbd7329 (diff) | |
download | ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.tar.gz ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.tar.bz2 ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.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() |