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>
2015.11.x
Thomas Petazzoni 2015-08-29 20:41:37 +02:00
parent e4f6046f7a
commit f56de721c4
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ IBRDTN_CONF_OPTS += --with-compression
IBRDTN_DEPENDENCIES += zlib
else
IBRDTN_CONF_OPTS += --without-compression
IBRDTN_DEPENDENCIES += zlib
endif
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)