From 2647235691ad8e6b9c06cc5feff4d362c85e37ab Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 8 May 2025 23:07:09 +0200 Subject: Add desktop greeter profile Fixes https://salsa.debian.org/ubports-team/lomiri/-/issues/44 --- src/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8770323..6b0a1e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -54,6 +54,14 @@ vala_add(ayatana-indicator-bluetooth-service device ) +vala_add(ayatana-indicator-bluetooth-service + greeter.vala + DEPENDS + profile + bluetooth + device +) + vala_add(ayatana-indicator-bluetooth-service device.vala ) @@ -85,6 +93,7 @@ vala_add(ayatana-indicator-bluetooth-service device phone desktop + greeter ) vala_finish(ayatana-indicator-bluetooth-service -- cgit v1.2.3