mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/file: add bzip2 optional dependency
bzip2 is an optional dependency since version 5.38 and
b259a07ea9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7e70be6d29
commit
adf8751a48
@ -14,6 +14,13 @@ FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
|
|||||||
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
|
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
|
||||||
HOST_FILE_CONF_OPTS = --disable-libseccomp
|
HOST_FILE_CONF_OPTS = --disable-libseccomp
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||||
|
FILE_CONF_OPTS += --enable-bzlib
|
||||||
|
FILE_DEPENDENCIES += bzip2
|
||||||
|
else
|
||||||
|
FILE_CONF_OPTS += --disable-bzlib
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
||||||
FILE_CONF_OPTS += --enable-libseccomp
|
FILE_CONF_OPTS += --enable-libseccomp
|
||||||
FILE_DEPENDENCIES += libseccomp
|
FILE_DEPENDENCIES += libseccomp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user