diff options
author | Robert Tari <robert@tari.in> | 2023-08-10 19:44:56 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-08-10 19:44:56 +0200 |
commit | 319748d4476c7731d883597f6a2c161d865e1049 (patch) | |
tree | 94b4c20c1197385274cecc00224ba078ed39f144 /CMakeLists.txt | |
parent | 225638336336d34e4357de264258cce0e80e5f30 (diff) | |
download | ayatana-indicator-power-319748d4476c7731d883597f6a2c161d865e1049.tar.gz ayatana-indicator-power-319748d4476c7731d883597f6a2c161d865e1049.tar.bz2 ayatana-indicator-power-319748d4476c7731d883597f6a2c161d865e1049.zip |
Do not show when in a remote session
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/13
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 755a09a..a4035c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,7 @@ set( gio-unix-2.0>=2.36 libnotify>=0.7.6 libayatana-common>=0.9.1 + rda ) if (ENABLE_LOMIRI_FEATURES) |