From 358044bdfd357916bad9ae9298fd89b54291a7a6 Mon Sep 17 00:00:00 2001 From: Ojas Kavathe Date: Wed, 27 Nov 2024 04:18:52 +0530 Subject: feat: add battery_percent to bluetooth devices --- lib/bluetooth/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bluetooth/meson.build') diff --git a/lib/bluetooth/meson.build b/lib/bluetooth/meson.build index 347b463..5288a9e 100644 --- a/lib/bluetooth/meson.build +++ b/lib/bluetooth/meson.build @@ -37,6 +37,7 @@ sources = [config] + files( 'adapter.vala', 'bluetooth.vala', 'device.vala', + 'battery.vala', 'interfaces.vala', 'utils.vala', ) -- cgit v1.2.3