Commit f56de721 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e4f6046f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)