mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
package/systemd: add --enable/disable-zlib
Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3734336b59
commit
be207535d8
@ -101,6 +101,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-xz
|
SYSTEMD_CONF_OPTS += --disable-xz
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
SYSTEMD_DEPENDENCIES += zlib
|
||||||
|
SYSTEMD_CONF_OPTS += --enable-zlib
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += --disable-zlib
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
SYSTEMD_DEPENDENCIES += libgcrypt
|
SYSTEMD_DEPENDENCIES += libgcrypt
|
||||||
SYSTEMD_CONF_OPTS += \
|
SYSTEMD_CONF_OPTS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user