build: introduce sd-bus-provider option

This allows to select a specific provider for the sd-bus library.
This commit is contained in:
Simon Ser 2020-12-02 23:46:49 +01:00 committed by Brian Ashworth
parent 968c005760
commit fdbe98512a
5 changed files with 29 additions and 16 deletions

View file

@ -24,7 +24,7 @@ tasks:
sudo ninja -C build install
- setup: |
cd sway
meson build -Dauto_features=enabled
meson build -Dauto_features=enabled -Dsd-bus-provider=libsystemd
- build: |
cd sway
ninja -C build