aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 19:40:30 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:17:48 +0200
commitce2286e1c9cdea9a8fe8ffccd854ce268c1c645f (patch)
treecb2ee30f21699436ed26483a04ce303f3f7a0e32 /src/CMakeLists.txt
parentf7a59246658cc2034b2a25a6e2c5a50ca9fa1dc1 (diff)
downloadayatana-indicator-bluetooth-ce2286e1c9cdea9a8fe8ffccd854ce268c1c645f.tar.gz
ayatana-indicator-bluetooth-ce2286e1c9cdea9a8fe8ffccd854ce268c1c645f.tar.bz2
ayatana-indicator-bluetooth-ce2286e1c9cdea9a8fe8ffccd854ce268c1c645f.zip
phone_greeter: Introduce profile that applies to bt indicator when run as part of a phone's greeter
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d616baf..d63eda2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -56,7 +56,7 @@ vala_add(ayatana-indicator-bluetooth-service
)
vala_add(ayatana-indicator-bluetooth-service
- greeter.vala
+ desktop_greeter.vala
DEPENDS
profile
bluetooth
@@ -80,6 +80,14 @@ vala_add(ayatana-indicator-bluetooth-service
)
vala_add(ayatana-indicator-bluetooth-service
+ phone_greeter.vala
+ DEPENDS
+ profile
+ bluetooth
+ device
+)
+
+vala_add(ayatana-indicator-bluetooth-service
profile.vala
DEPENDS
bluetooth
@@ -93,8 +101,9 @@ vala_add(ayatana-indicator-bluetooth-service
profile
device
phone
+ phone_greeter
desktop
- greeter
+ desktop_greeter
agent
)