diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 14:29:31 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 14:29:31 +0200 |
commit | a3db57030481923c3624822f3e439468d969c500 (patch) | |
tree | a3ed86564b59adf3a6bf4c141b00ecb91432ec5d /CMakeLists.txt | |
parent | d4e75ae9ca767eac3dea028e1f298e3de360d76c (diff) | |
parent | 22acbfc4d11f7c003582f5dec247d6e81eaf1e93 (diff) | |
download | ayatana-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.txt | 2 |
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}) |