mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 12:25:48 +00:00
ncmpc: add PACKAGECONFIG[regex]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
694e91f495
commit
234872a8ef
@ -7,12 +7,11 @@ inherit meson
|
||||
|
||||
DEPENDS += " \
|
||||
boost \
|
||||
pcre \
|
||||
ncurses \
|
||||
libmpdclient \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
|
||||
PACKAGECONFIG ??= "colors locale mouse nls regex help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
|
||||
|
||||
PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false"
|
||||
PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc"
|
||||
@ -20,6 +19,7 @@ PACKAGECONFIG[locale] = "-Dlocale=enabled,-Dlocale=disabled"
|
||||
PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false"
|
||||
PACKAGECONFIG[mouse] = "-Dmouse=enabled,-Dmouse=disabled"
|
||||
PACKAGECONFIG[nls] = "-Dnls=enabled,-Dnls=disabled,gettext-native"
|
||||
PACKAGECONFIG[regex] = "-Dregex=enabled,-Dregex=disabled,pcre"
|
||||
|
||||
PACKAGECONFIG[help_screen] = "-Dhelp_screen=true,-Dhelp_screen=false"
|
||||
PACKAGECONFIG[artist_screen] = "-Dartist_screen=true,-Dartist_screen=false"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user