diff options
author | Robert Tari <robert@tari.in> | 2021-12-07 09:42:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-08 13:23:46 +0100 |
commit | 51c61cf0f723c5a07f2e89f3207dd3180f01c5ab (patch) | |
tree | cbfe49156882c579200b8a98e046d2e0dbff19a3 | |
parent | 6204a16bde9eef80a00cd1598a7b7016c49d83b7 (diff) | |
download | ayatana-indicator-display-51c61cf0f723c5a07f2e89f3207dd3180f01c5ab.tar.gz ayatana-indicator-display-51c61cf0f723c5a07f2e89f3207dd3180f01c5ab.tar.bz2 ayatana-indicator-display-51c61cf0f723c5a07f2e89f3207dd3180f01c5ab.zip |
CMakeLists.txt: Fix missing check for properties-cpp dependency
fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/43
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 389b9db..9d5ca89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ pkg_check_modules(SERVICE_DEPS REQUIRED gio-unix-2.0>=${GLIB_MINIMUM} glib-2.0>=${GLIB_MINIMUM} gudev-1.0 + properties-cpp>=0.0.1 ) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS} |