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:
Thomas Petazzoni 2015-08-29 20:41:37 +02:00
parent e4f6046f7a
commit f56de721c4

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)