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