aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-08 12:57:35 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-08 12:57:35 +0100
commit2f227c6d09d52e593a11bfe8cc4cffa2b5b2a7ed (patch)
treeb09e2f6a2c45de51c402e73f513ebea8a8c7c17e
parent87534fbfe5f3abcd173a9f5f7a3b0669fc8a5e5b (diff)
parent108ba693a83a573695ccfc04e5068f41f24e77b3 (diff)
downloadayatana-indicator-sound-2f227c6d09d52e593a11bfe8cc4cffa2b5b2a7ed.tar.gz
ayatana-indicator-sound-2f227c6d09d52e593a11bfe8cc4cffa2b5b2a7ed.tar.bz2
ayatana-indicator-sound-2f227c6d09d52e593a11bfe8cc4cffa2b5b2a7ed.zip
Merge branch 'tari01-pr/rename-com-ubuntu-accountsservice-securityprivacy'
Attributes GH PR #52: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/52
-rw-r--r--tests/service-mocks/media-player-mpris-mock/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-mocks/media-player-mpris-mock/CMakeLists.txt b/tests/service-mocks/media-player-mpris-mock/CMakeLists.txt
index 4f58791..08ff68f 100644
--- a/tests/service-mocks/media-player-mpris-mock/CMakeLists.txt
+++ b/tests/service-mocks/media-player-mpris-mock/CMakeLists.txt
@@ -8,7 +8,7 @@ find_package(Qt5DBus REQUIRED)
include_directories(${Qt5DBus_INCLUDE_DIRS}
"${CMAKE_SOURCE_DIR}/tests/service-mocks")
-if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.SecurityPrivacy.xml")
+if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.SecurityPrivacy.xml")
add_definitions(-DHAS_LOMIRI_ACCTSERVICE_SOUND_SETTINGS)
endif()