Skip to content

Commit

Permalink
dbus: Ensure to build with systemd support
Browse files Browse the repository at this point in the history
Pass `--enable-system` to the configure script to Ensure, that D-Bus is
built with systemd support. By default, the build still succeeds, but
systemd support is disabled, if the configure script doesn’t find the
right version.
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent 9f04eda commit 4ebc7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbus.be0
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ mee_configure() {

bee_configure \
--with-dbus-user=dbus \
--enable-systemd \
--with-systemdsystemunitdir=${systemdsystemunitdir}
}

Expand Down

0 comments on commit 4ebc7a1

Please sign in to comment.