diff options
author | Robert Tari <robert@tari.in> | 2021-12-16 13:16:20 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 16:49:35 +0100 |
commit | 61d803b7701f030f5f8e1bf1f0b183056ee4dfc4 (patch) | |
tree | 6960ca929e5db71b44256ae3901e5078b6125625 /tests/service-mocks | |
parent | 111165eede28d96c9687c93999d528d39a5a2954 (diff) | |
download | ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.tar.gz ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.tar.bz2 ayatana-indicator-sound-61d803b7701f030f5f8e1bf1f0b183056ee4dfc4.zip |
Make Lomiri features configurable at build time
Diffstat (limited to 'tests/service-mocks')
-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) |