summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
index ebf5d290bd..c089b64edc 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
@@ -11,6 +11,8 @@ DEPENDS += " \
11 libmpdclient \ 11 libmpdclient \
12" 12"
13 13
14RDEPENDS_${PN} += "python3-core"
15
14PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen" 16PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
15 17
16PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" 18PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false"
@@ -33,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
33SRC_URI = " \ 35SRC_URI = " \
34 git://github.com/MusicPlayerDaemon/ncmpc \ 36 git://github.com/MusicPlayerDaemon/ncmpc \
35" 37"
36SRCREV = "2c71add42152072c5e0490de2870315dfb3b71e1" 38SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b"
37S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"