diff options
| author | Muhammad Asif <thevancedgamer@mentallysanemainliners.org> | 2025-05-19 22:22:08 +0200 |
|---|---|---|
| committer | Muhammad <thevancedgamer@mentallysanemainliners.org> | 2025-06-23 23:56:57 +0500 |
| commit | 5b45748c5dc9c2d1718b6219e30a64e07e5ca313 (patch) | |
| tree | e97a51abc7a8e6226975740470a24c05abcb13ce /src/CMakeLists.txt | |
| parent | cd978f758a34f636a375383b1456f4a636a97be5 (diff) | |
| download | ayatana-indicator-bluetooth-5b45748c5dc9c2d1718b6219e30a64e07e5ca313.tar.gz ayatana-indicator-bluetooth-5b45748c5dc9c2d1718b6219e30a64e07e5ca313.tar.bz2 ayatana-indicator-bluetooth-5b45748c5dc9c2d1718b6219e30a64e07e5ca313.zip | |
ayatana-indicator-bluetooth: add initial pairing agent
Co-authored-by: Robert Tari <robert@tari.in>
Signed-off-by: Muhammad Asif <thevancedgamer@mentallysanemainliners.org>
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6b0a1e2..d616baf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,6 +14,7 @@ vala_init(ayatana-indicator-bluetooth-service posix gio-2.0 gio-unix-2.0 + libnotify AyatanaCommon OPTIONS --ccode @@ -94,6 +95,14 @@ vala_add(ayatana-indicator-bluetooth-service phone desktop greeter + agent +) + +vala_add(ayatana-indicator-bluetooth-service + agent.vala + DEPENDS + bluetooth + device ) vala_finish(ayatana-indicator-bluetooth-service |
