mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
weston: handle systemd dependency
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
70f9bc8d4f
commit
ad42eef0a5
@ -109,4 +109,11 @@ else
|
|||||||
WESTON_CONF_OPTS += --disable-lcms
|
WESTON_CONF_OPTS += --disable-lcms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
|
WESTON_CONF_OPTS += --enable-systemd-login --enable-systemd-notify
|
||||||
|
WESTON_DEPENDENCIES += systemd
|
||||||
|
else
|
||||||
|
WESTON_CONF_OPTS += --disable-systemd-login --disable-systemd-notify
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user