mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
meson 1.7.0 and later don't include test build targets in the default build target. With --no-rebuild the test targets aren't build at all. Removing --no-rebuild shouldn't cause any false rebuilds since the files aren't changed between the build() and check() step. Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891 Ref https://github.com/mesonbuild/meson/pull/10413 |
||
---|---|---|
.. | ||
APKBUILD | ||
dbus-user.confd | ||
dbus-user.initd | ||
dbus.confd | ||
dbus.initd | ||
dbus.post-install | ||
dbus.pre-install | ||
dbus.trigger | ||
README.alpine |
## D-Bus Login Session Message Bus If OpenRC user services are activated for the current user, then it is possible to start (and supervise!) the D-Bus Login Session Message Bus via OpenRC. To do so run the following commands as the user: $ rc-update add --user dbus $ rc-service --user dbus start Further, we need to inform application using dbus where they can find the session bus. For this purpose, we need to set the DBUS_SESSION_BUS_ADDRESS environment variable from your shell configuration file: export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" This value must be aligned with `/etc/user/conf.d/dbus` to ensure that this is the case, you can source that file from your shell.