summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-03-11 19:00:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-20 21:45:10 +0100
commitb7fc60abc2cbc4ccad2b85d8b11999947a81d1df (patch)
tree70745a5d4677e5819c806755397fc26619183abb
parentce4795e22e0b42b8d61711a358e00ffbc9190985 (diff)
downloadbuildroot-b7fc60abc2cbc4ccad2b85d8b11999947a81d1df.tar.gz
buildroot-b7fc60abc2cbc4ccad2b85d8b11999947a81d1df.zip
package/jack2: add comment about celt and eigen
The optinal dependency on celt is not added, because we only have celt-0.5.1 and jack2 requires celt >= 0.5.2 (even though it does look for celt >= 0.5.0, it does not build with celt- < 0.5.2). Since we cannot upgrade celt (for now), we just never make jack2 depend on celt051, and it won't find it either, as it just searches for celt.pc and we have celt051.pc. As well, the dependency on eigen is only useful in conjunction with gtkiostream, for which we do not have a package. So, we don't need to depend on eigen. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/jack2/jack2.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 6bea373c33..777a321319 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -32,6 +32,15 @@ JACK2_DEPENDENCIES += dbus
JACK2_CONF_OPTS += --dbus
endif
+# Even though it advertises support for celt-0.5.x, jack2 really
+# requires celt >= 0.5.2 but we only have 0.5.1.3 and we cannot
+# upgrade, so we do not add a dependency to celt051, which it can't
+# find anyway as it looks for celt.pc but we only have celt-51.pc.
+
+# The dependency against eigen is only useful in conjunction with
+# gtkiostream, which we do not have, so we don't need to depend on
+# eigen.
+
define JACK2_CONFIGURE_CMDS
(cd $(@D); \
$(TARGET_CONFIGURE_OPTS) \
OpenPOWER on IntegriCloud