diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:36:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:36:38 +0100 |
commit | 5db00b36e368bff42ac5b623c06f0b9d53c45b98 (patch) | |
tree | 7ada6799246aa7a299f5ddea6245dfc06e52be8d | |
parent | 92ef663cf5a474f1feb44f0e684871189164e9c6 (diff) | |
parent | 524d36e16b8594efafe6c868dc96e2e44207d674 (diff) | |
download | ayatana-indicator-display-5db00b36e368bff42ac5b623c06f0b9d53c45b98.tar.gz ayatana-indicator-display-5db00b36e368bff42ac5b623c06f0b9d53c45b98.tar.bz2 ayatana-indicator-display-5db00b36e368bff42ac5b623c06f0b9d53c45b98.zip |
Merge branch 'tari01-pr/no-properties-cpp-dependency-condition'
Attributes GH PR #79: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/79
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa0c43b..c33d3c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,11 +66,7 @@ find_package(PkgConfig REQUIRED) # glib... set(GLIB_MINIMUM 2.36) -set (SERVICE_DEPS libayatana-common>=0.9.3 gio-unix-2.0>=${GLIB_MINIMUM} glib-2.0>=${GLIB_MINIMUM}) - -if (ENABLE_TESTS) - list (APPEND SERVICE_DEPS properties-cpp>=0.0.1) -endif () +set (SERVICE_DEPS libayatana-common>=0.9.3 gio-unix-2.0>=${GLIB_MINIMUM} glib-2.0>=${GLIB_MINIMUM} properties-cpp>=0.0.1) if (ENABLE_LOMIRI_FEATURES) find_package(Qt5Core REQUIRED) |