diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-13 12:47:02 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-13 12:47:02 +0000 |
commit | 36d7790ad9582487cd87600c35f1aa484e71ed9d (patch) | |
tree | 0a000362a7835a9eb619d1adc0158768f24bc9f7 /tests | |
parent | eb1f30cb1056e78360f205697dfb489867bec2e5 (diff) | |
download | ayatana-indicator-sound-36d7790ad9582487cd87600c35f1aa484e71ed9d.tar.gz ayatana-indicator-sound-36d7790ad9582487cd87600c35f1aa484e71ed9d.tar.bz2 ayatana-indicator-sound-36d7790ad9582487cd87600c35f1aa484e71ed9d.zip |
tests/service-mocks/accounts-mock/CMakeLists.txt: Fix file existence check for com.ubuntu.AccountsService.Sound.xml.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/service-mocks/accounts-mock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-mocks/accounts-mock/CMakeLists.txt b/tests/service-mocks/accounts-mock/CMakeLists.txt index 18f5084..17892f3 100644 --- a/tests/service-mocks/accounts-mock/CMakeLists.txt +++ b/tests/service-mocks/accounts-mock/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories(${Qt5DBus_INCLUDE_DIRS} add_definitions(-DQT_NO_KEYWORDS=1) -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.SecurityPrivacy.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") add_definitions(-DHAS_UT_ACCTSERVICE_SOUND_SETTINGS) set(dbusinterface_sound_xml "com.ubuntu.AccountsService.Sound.Mock.xml") else() |