diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-10-23 18:38:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-23 13:23:47 -0700 |
commit | 234872a8ef0066f73388dd58c02d1d4743601fb6 (patch) | |
tree | bf01421f5e381cfbde4841d4c7ff3ed145783f8c /meta-multimedia | |
parent | 694e91f4952d477eef2eaef67948889122cdd98a (diff) | |
download | meta-openembedded-234872a8ef0066f73388dd58c02d1d4743601fb6.tar.gz |
ncmpc: add PACKAGECONFIG[regex]
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb index 9e8522a9e2..8468d125df 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb | |||
@@ -7,12 +7,11 @@ inherit meson | |||
7 | 7 | ||
8 | DEPENDS += " \ | 8 | DEPENDS += " \ |
9 | boost \ | 9 | boost \ |
10 | pcre \ | ||
11 | ncurses \ | 10 | ncurses \ |
12 | libmpdclient \ | 11 | libmpdclient \ |
13 | " | 12 | " |
14 | 13 | ||
15 | PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen" | 14 | PACKAGECONFIG ??= "colors locale mouse nls regex help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen" |
16 | 15 | ||
17 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" | 16 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" |
18 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" | 17 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" |
@@ -20,6 +19,7 @@ PACKAGECONFIG[locale] = "-Dlocale=enabled,-Dlocale=disabled" | |||
20 | PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false" | 19 | PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false" |
21 | PACKAGECONFIG[mouse] = "-Dmouse=enabled,-Dmouse=disabled" | 20 | PACKAGECONFIG[mouse] = "-Dmouse=enabled,-Dmouse=disabled" |
22 | PACKAGECONFIG[nls] = "-Dnls=enabled,-Dnls=disabled,gettext-native" | 21 | PACKAGECONFIG[nls] = "-Dnls=enabled,-Dnls=disabled,gettext-native" |
22 | PACKAGECONFIG[regex] = "-Dregex=enabled,-Dregex=disabled,pcre" | ||
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" |