aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-12 13:13:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-12 13:13:43 +0100
commit4fe0753e5a615fc12d3275e5ae891142b3bd47fd (patch)
treeea4c72e662f172db374c459b4849db558bf5a9b5 /tests/CMakeLists.txt
parent27963fd99ac38eee2477ec6ae6e8d2882959994a (diff)
parent6c553956fbc31a31b279ff7bc36acbf452b1b387 (diff)
downloadayatana-indicator-sound-4fe0753e5a615fc12d3275e5ae891142b3bd47fd.tar.gz
ayatana-indicator-sound-4fe0753e5a615fc12d3275e5ae891142b3bd47fd.tar.bz2
ayatana-indicator-sound-4fe0753e5a615fc12d3275e5ae891142b3bd47fd.zip
Merge branch 'tari01-pr/drop-org-ayatana-accountsservice-sound'
Attributes GH PR #65: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/65
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 30b0e13..d0c0ac6 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -322,7 +322,7 @@ add_test(indicator-test
indicator-test
)
-if(LOMIRI_API_FOUND)
+if (LOMIRI_API_FOUND AND EXISTS "/usr/share/glib-2.0/schemas/com.lomiri.sound.gschema.xml")
add_subdirectory(integration)
endif()
add_subdirectory(dbus-types)