diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-10-23 18:38:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-23 13:23:47 -0700 |
commit | 694e91f4952d477eef2eaef67948889122cdd98a (patch) | |
tree | 76ee8faca29fd29cc82a2c463c2f530a12650fd4 /meta-multimedia | |
parent | 5e999c22c3499dd61201f1782a7cce4f99c76d5f (diff) | |
download | meta-openembedded-694e91f4952d477eef2eaef67948889122cdd98a.tar.gz |
ncmpc: update to 0.33
Several build options have been changed from "boolean" to "feature",
and thus we have to change "true/false" to "enabled/disabled".
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb index 62885bba1..9e8522a9e 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb | |||
@@ -15,11 +15,11 @@ DEPENDS += " \ | |||
15 | PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen" | 15 | PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen" |
16 | 16 | ||
17 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" | 17 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" |
18 | PACKAGECONFIG[lirc] = "-Dlirc=true,-Dlirc=false,lirc" | 18 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" |
19 | PACKAGECONFIG[locale] = "-Dlocale=true,-Dlocale=false" | 19 | PACKAGECONFIG[locale] = "-Dlocale=enabled,-Dlocale=disabled" |
20 | PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false" | 20 | PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false" |
21 | PACKAGECONFIG[mouse] = "-Dmouse=true,-Dmouse=false" | 21 | PACKAGECONFIG[mouse] = "-Dmouse=enabled,-Dmouse=disabled" |
22 | PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false,gettext-native" | 22 | PACKAGECONFIG[nls] = "-Dnls=enabled,-Dnls=disabled,gettext-native" |
23 | 23 | ||
24 | PACKAGECONFIG[help_screen] = "-Dhelp_screen=true,-Dhelp_screen=false" | 24 | PACKAGECONFIG[help_screen] = "-Dhelp_screen=true,-Dhelp_screen=false" |
25 | PACKAGECONFIG[artist_screen] = "-Dartist_screen=true,-Dartist_screen=false" | 25 | PACKAGECONFIG[artist_screen] = "-Dartist_screen=true,-Dartist_screen=false" |
@@ -33,5 +33,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | |||
33 | SRC_URI = " \ | 33 | SRC_URI = " \ |
34 | git://github.com/MusicPlayerDaemon/ncmpc \ | 34 | git://github.com/MusicPlayerDaemon/ncmpc \ |
35 | " | 35 | " |
36 | SRCREV = "b03703653d3f4a418c4a8b6a9e32834dd882a185" | 36 | SRCREV = "8e98f89ff07b140e6357dab2a9a9f6432ae0e521" |
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |