mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/tor: add systemd optional dependency
Fixes: - http://autobuild.buildroot.org/results/fa5f8506866451f40eb5f548c1099ae931b26fcc Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a4ff3268ff
commit
8bb3bb4492
@ -30,6 +30,13 @@ ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
|||||||
TOR_DEPENDENCIES += libcap
|
TOR_DEPENDENCIES += libcap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
|
TOR_CONF_OPTS += --enable-systemd
|
||||||
|
TOR_DEPENDENCIES += host-pkgconf systemd
|
||||||
|
else
|
||||||
|
TOR_CONF_OPTS += --disable-systemd
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||||
TOR_CONF_OPTS += --enable-lzma
|
TOR_CONF_OPTS += --enable-lzma
|
||||||
TOR_DEPENDENCIES += host-pkgconf xz
|
TOR_DEPENDENCIES += host-pkgconf xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user