aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-08-10 19:44:56 +0200
committerRobert Tari <robert@tari.in>2023-08-10 19:44:56 +0200
commit319748d4476c7731d883597f6a2c161d865e1049 (patch)
tree94b4c20c1197385274cecc00224ba078ed39f144 /CMakeLists.txt
parent225638336336d34e4357de264258cce0e80e5f30 (diff)
downloadayatana-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.txt1
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)