build: add basu as sd-bus provider

This commit is contained in:
Simon Ser 2020-12-02 23:48:11 +01:00
parent 6ce52b2d91
commit e00d114358
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,8 @@
#include <systemd/sd-bus.h>
#elif HAVE_LIBELOGIND
#include <elogind/sd-bus.h>
#elif HAVE_BASU
#include <basu/sd-bus.h>
#endif
#include <cairo.h>
#include <stdint.h>