diff options
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | INSTALL.md | 3 |
2 files changed, 3 insertions, 1 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} @@ -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** |