diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 16:50:06 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 16:50:06 +0100 |
commit | 73120891d71ede15dadd46b2b8f45e7dd0a950f4 (patch) | |
tree | 4cce0caed95847fad2b3f1a44020d4e883e9ca87 /tests/service-mocks/CMakeLists.txt | |
parent | 111165eede28d96c9687c93999d528d39a5a2954 (diff) | |
parent | 672e4c4189d069efdba160b2d7e8eadc3f00e801 (diff) | |
download | ayatana-indicator-sound-73120891d71ede15dadd46b2b8f45e7dd0a950f4.tar.gz ayatana-indicator-sound-73120891d71ede15dadd46b2b8f45e7dd0a950f4.tar.bz2 ayatana-indicator-sound-73120891d71ede15dadd46b2b8f45e7dd0a950f4.zip |
Merge branch 'tari01-pr/add-lomiri-features-flag'
Attributes GH PR #74: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/74
Diffstat (limited to 'tests/service-mocks/CMakeLists.txt')
-rw-r--r-- | tests/service-mocks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-mocks/CMakeLists.txt b/tests/service-mocks/CMakeLists.txt index 87221da..007ab23 100644 --- a/tests/service-mocks/CMakeLists.txt +++ b/tests/service-mocks/CMakeLists.txt @@ -1,4 +1,4 @@ -if(LOMIRI_SCHEMAS_FOUND) +if(ENABLE_LOMIRI_FEATURES) add_subdirectory(accounts-mock) endif() add_subdirectory(media-player-mpris-mock) |