From ce2286e1c9cdea9a8fe8ffccd854ce268c1c645f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 11 Jun 2026 19:40:30 +0200 Subject: phone_greeter: Introduce profile that applies to bt indicator when run as part of a phone's greeter --- src/CMakeLists.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') 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 @@ -79,6 +79,14 @@ vala_add(ayatana-indicator-bluetooth-service device ) +vala_add(ayatana-indicator-bluetooth-service + phone_greeter.vala + DEPENDS + profile + bluetooth + device +) + vala_add(ayatana-indicator-bluetooth-service profile.vala DEPENDS @@ -93,8 +101,9 @@ vala_add(ayatana-indicator-bluetooth-service profile device phone + phone_greeter desktop - greeter + desktop_greeter agent ) -- cgit v1.2.3