mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
fio: add optional zlib 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
03951715de
commit
d79885b03a
@ -13,6 +13,10 @@ ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
|||||||
FIO_DEPENDENCIES += libaio
|
FIO_DEPENDENCIES += libaio
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
FIO_DEPENDENCIES += zlib
|
||||||
|
endif
|
||||||
|
|
||||||
define FIO_CONFIGURE_CMDS
|
define FIO_CONFIGURE_CMDS
|
||||||
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user