Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] taglib: depend on zlib if appropriate
@ 2013-12-30 18:02 Bernd Kuhls
  2013-12-31  8:12 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2013-12-30 18:02 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/taglib/taglib.mk |    4 ++++
 1 file changed, 4 insertions(+)

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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] taglib: depend on zlib if appropriate
  2013-12-30 18:02 [Buildroot] [PATCH 1/1] taglib: depend on zlib if appropriate Bernd Kuhls
@ 2013-12-31  8:12 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-12-31  8:12 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-31  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 18:02 [Buildroot] [PATCH 1/1] taglib: depend on zlib if appropriate Bernd Kuhls
2013-12-31  8:12 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox