mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ibrdtn: fix bogus dependency on zlib
Due to a copy/paste mistake, zlib was being added to <pkg>_DEPENDENCIES even when not enabled in the configuration. This commit fixes that. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e4f6046f7a
commit
f56de721c4
@ -17,7 +17,6 @@ IBRDTN_CONF_OPTS += --with-compression
|
|||||||
IBRDTN_DEPENDENCIES += zlib
|
IBRDTN_DEPENDENCIES += zlib
|
||||||
else
|
else
|
||||||
IBRDTN_CONF_OPTS += --without-compression
|
IBRDTN_CONF_OPTS += --without-compression
|
||||||
IBRDTN_DEPENDENCIES += zlib
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user