Skip to content

Commit

Permalink
Configure and install Manager dbus services
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Oct 19, 2022
1 parent e0b1507 commit 6014065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ configurable_files = [
['data/configs/org.blueman.Applet.service.in',
'org.blueman.Applet.service',
join_paths(datadir, 'dbus-1', 'services')],
['data/configs/org.blueman.Manager.service.in',
'org.blueman.Manager.service',
join_paths(datadir, 'dbus-1', 'services')],
['data/configs/org.blueman.Mechanism.service.in',
'org.blueman.Mechanism.service',
join_paths(datadir, 'dbus-1', 'system-services')]
Expand All @@ -273,6 +276,9 @@ endif
if systemd_user_path != ''
configurable_files += [['data/configs/blueman-applet.service.in',
'blueman-applet.service',
systemd_user_path],
['data/configs/blueman-manager.service.in',
'blueman-manager.service',
systemd_user_path]]
endif

Expand Down

0 comments on commit 6014065

Please sign in to comment.