From 51c61cf0f723c5a07f2e89f3207dd3180f01c5ab Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 7 Dec 2021 09:42:16 +0100 Subject: CMakeLists.txt: Fix missing check for properties-cpp dependency fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/43 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3 From f7dcfcee32aea744c6230f72ec1e16fd4c834fa2 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 7 Dec 2021 09:48:28 +0100 Subject: INSTALL.md: Update dependency list --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b522ea3..89e1b81 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,9 +5,10 @@ - cmake (>= 3.13) - cmake-extras - intltool - - libayatana-common (>=0.9.3) + - libayatana-common (>=0.9.5) - glib-2.0 (>= 2.36) - gudev-1.0 + - properties-cpp - gtest (>= 1.6.0) - **For testing** - qt5-base5 - **For testing** - libqtdbusmock1 - **For testing** -- cgit v1.2.3