[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: ncmpcpp: Enable taglib support.
From: |
Paul van der Walt |
Subject: |
[PATCH] gnu: ncmpcpp: Enable taglib support. |
Date: |
Sat, 7 Mar 2015 13:46:14 +0100 |
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
---
gnu/packages/mpd.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 2313b30..2f9ad72 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -196,10 +196,11 @@ terminal using ncurses.")
`(("pkg-config" ,pkg-config)
("automake" ,automake)
("autoconf" ,autoconf)
- ("libtool" ,libtool)))
+ ("libtool" ,libtool)
+ ("taglib" ,taglib)))
(arguments
'(#:configure-flags
- '("BOOST_LIB_SUFFIX=")
+ '("BOOST_LIB_SUFFIX=" "--with-taglib")
#:phases
(alist-cons-after
'unpack 'autogen
--
2.3.1
- [PATCH] gnu: ncmpcpp: Enable taglib support.,
Paul van der Walt <=