diff mbox

[1/1] taglib: depend on zlib if appropriate

Message ID BLU0-SMTP5968381DB69C5BB04A3EA3D9CE0@phx.gbl
State Accepted
Headers show

Commit Message

Bernd Kuhls Dec. 30, 2013, 6:02 p.m. UTC
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/taglib/taglib.mk |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Thomas Petazzoni Dec. 31, 2013, 8:12 a.m. UTC | #1
Dear Bernd Kuhls,

On Mon, 30 Dec 2013 19:02:49 +0100, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> ---
>  package/taglib/taglib.mk |    4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks!

Thomas
diff mbox

Patch

diff --git a/package/taglib/taglib.mk b/package/taglib/taglib.mk
index 75e8e67..c04c88b 100644
--- a/package/taglib/taglib.mk
+++ b/package/taglib/taglib.mk
@@ -10,6 +10,10 @@  TAGLIB_INSTALL_STAGING = YES
 TAGLIB_LICENSE = LGPLv2.1 MPL
 TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
 
+ifeq ($(BR2_PACKAGE_ZLIB),y)
+TAGLIB_DEPENDENCIES += zlib
+endif
+
 ifeq ($(BR2_PACKAGE_TAGLIB_ASF),y)
 TAGLIB_CONF_OPT += -DWITH_ASF=ON
 endif