mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
package/systemd: add --enable/disable-bzip2
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
e5a073ac02
commit
22c571c785
@ -80,6 +80,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-kdbus
|
SYSTEMD_CONF_OPTS += --disable-kdbus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||||
|
SYSTEMD_DEPENDENCIES += bzip2
|
||||||
|
SYSTEMD_CONF_OPTS += --enable-bzip2
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += --disable-bzip2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||||
SYSTEMD_DEPENDENCIES += xz
|
SYSTEMD_DEPENDENCIES += xz
|
||||||
SYSTEMD_CONF_OPTS += --enable-xz
|
SYSTEMD_CONF_OPTS += --enable-xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user