mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
udisks: make libgudev selection consistent
In all other package the condition for BR2_PACKAGE_LIBGUDEV selection is BR2_INIT_SYSTEMD. Do the same for udisks. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
462b1cbfa6
commit
a6bd7ec38d
@ -17,7 +17,7 @@ config BR2_PACKAGE_UDISKS
|
|||||||
# the udev provider, libgudev is not provided, and needs to be built
|
# the udev provider, libgudev is not provided, and needs to be built
|
||||||
# separately. This is why we select the libgudev package only if
|
# separately. This is why we select the libgudev package only if
|
||||||
# systemd is used.
|
# systemd is used.
|
||||||
select BR2_PACKAGE_LIBGUDEV if BR2_PACKAGE_SYSTEMD
|
select BR2_PACKAGE_LIBGUDEV if BR2_INIT_SYSTEMD
|
||||||
help
|
help
|
||||||
The udisks project provides
|
The udisks project provides
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user