summaryrefslogtreecommitdiff
path: root/lib/bluetooth/meson.build
diff options
context:
space:
mode:
authorAylur <[email protected]>2025-01-28 11:41:33 +0100
committerGitHub <[email protected]>2025-01-28 11:41:33 +0100
commita23ef6a6c0bd9da6c68f8bc5e6d8e1efd9210e09 (patch)
tree1acc45b813a844440d494e05de8dcf34085ab9d8 /lib/bluetooth/meson.build
parentd0de56e715cc1982d2eb0097b687c61133a0ff75 (diff)
parent5418f29bf1c8e3c2ce53add5d0a54b1cd003c13f (diff)
Merge pull request #141 from ojaskavathe/main
feat: add battery_percentage to bluetooth devices
Diffstat (limited to 'lib/bluetooth/meson.build')
-rw-r--r--lib/bluetooth/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bluetooth/meson.build b/lib/bluetooth/meson.build
index 01d2cb1..529e85f 100644
--- a/lib/bluetooth/meson.build
+++ b/lib/bluetooth/meson.build
@@ -38,6 +38,7 @@ sources = [config] + files(
'adapter.vala',
'bluetooth.vala',
'device.vala',
+ 'battery.vala',
'interfaces.vala',
'utils.vala',
)