aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max.kellermann@gmail.com>2018-10-09 10:55:21 +0200
committerKhem Raj <raj.khem@gmail.com>2018-10-09 19:08:26 -0700
commitccfe7aca8e99cd8ec29e53b8d5d3bf304f29dfec (patch)
treebbd863d158ff4e09e583f817ba5ee075773d1bf7
parente0c6a3369d77d4e6126b6da409424ccc32cbf56f (diff)
downloadmeta-openembedded-ccfe7aca8e99cd8ec29e53b8d5d3bf304f29dfec.tar.gz
libmpdclient: make TCP support optional
Allows more tinfication. Without TCP, libmpdclient can only use local sockets, which is a good choice anyway if MPD runs on the same machine. Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
index a51dc865b1..455e76fcb3 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
@@ -11,6 +11,9 @@ SRC_URI = " \
SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a"
S = "${WORKDIR}/git"
+PACKAGECONFIG ??= "tcp"
+PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false"
+
do_install_append() {
# libmpdclient's Vala bindings are outdated and unmaintained; it
# is likely that nobody will ever use them, so let's not install