aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-04 14:29:31 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-04 14:29:31 +0200
commita3db57030481923c3624822f3e439468d969c500 (patch)
treea3ed86564b59adf3a6bf4c141b00ecb91432ec5d /CMakeLists.txt
parentd4e75ae9ca767eac3dea028e1f298e3de360d76c (diff)
parent22acbfc4d11f7c003582f5dec247d6e81eaf1e93 (diff)
downloadayatana-indicator-power-a3db57030481923c3624822f3e439468d969c500.tar.gz
ayatana-indicator-power-a3db57030481923c3624822f3e439468d969c500.tar.bz2
ayatana-indicator-power-a3db57030481923c3624822f3e439468d969c500.zip
Merge branch 'tari01-pr/remove-zenity-warning'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/26
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecd4ff1..0ca8dbe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ pkg_check_modules(SERVICE_DEPS REQUIRED
gio-2.0>=2.36
gio-unix-2.0>=2.36
libnotify>=0.7.6
- libayatana-common>=0.9.0)
+ libayatana-common>=0.9.1)
include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS})