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/integration/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/integration/CMakeLists.txt')
-rw-r--r-- | tests/integration/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index e803a87..eef04f2 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -37,7 +37,7 @@ add_definitions(-DSOUND_SERVICE_BIN="${CMAKE_BINARY_DIR}/src/ayatana-indicator-s -DTEST_HOME="${TEST_HOME}" ) -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) endif() |