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/integration | |
| 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/integration')
| -rw-r--r-- | tests/integration/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/integration/indicator-sound-test-base.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 97c18b1..3493e18 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) -if(LOMIRI_API_FOUND) +if(ENABLE_LOMIRI_FEATURES) pkg_check_modules(GMENUHARNESS REQUIRED libgmenuharness REQUIRED) include_directories(${GMENUHARNESS_INCLUDE_DIRS}) endif() diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp index 6c64815..3ecd856 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -179,7 +179,7 @@ bool IndicatorSoundTestBase::clearGSettingsPlayers() bool IndicatorSoundTestBase::resetAllowAmplifiedVolume() { -#if HAS_LOMIRI_SCHEMAS +#if LOMIRI_FEATURES_ENABLED QProcess proc; proc.start("gsettings", QStringList() |
