]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: allow static linking of systemd-hwdb
authorMichael Biebl <biebl@debian.org>
Fri, 21 Apr 2017 16:32:14 +0000 (18:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 23:25:33 +0000 (19:25 -0400)
commit0da6f396198d4977215945beea41f52a4c4dc3fb
treed1acecabb32192e0fa8caf8e691ed03c1d074ed5
parent26bd4b7f9c9bf1f789a57978ffd082784412d4d5
meson: allow static linking of systemd-hwdb

Various distros split udev and its helpers into a separate binary
package. In case of Debian this also includes systemd-hwdb.
In Debian, the udev package is not supposed to depend on systemd, so a
dependency on libsystemd-shared.so is not desired. Allow the
systemd-hwdb binary to be linked statically if link-udev-shared is set
to false.

Follow-up for 3a30f21ff8ddbef5eae61d6e4305ec1cd2e4e041.
meson.build