diff options
| author | Max Kellermann <max.kellermann@gmail.com> | 2018-10-05 19:01:08 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-10-05 14:51:14 -0700 |
| commit | ba24cbde104afa582b0d33edfef331567df60e11 (patch) | |
| tree | 97b376a53fa6790851b6bcd7b9a052e229bdeb05 | |
| parent | 592f37ede22f8dd03321353d75c55a015656743a (diff) | |
| download | meta-openembedded-ba24cbde104afa582b0d33edfef331567df60e11.tar.gz | |
ncmpc: add various PACKAGECONFIGs
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/ncmpc_0.32.bb | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb index bc77644244..62885bba10 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb | |||
| @@ -6,13 +6,30 @@ HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/" | |||
| 6 | inherit meson | 6 | inherit meson |
| 7 | 7 | ||
| 8 | DEPENDS += " \ | 8 | DEPENDS += " \ |
| 9 | gettext-native \ | ||
| 10 | boost \ | 9 | boost \ |
| 11 | pcre \ | 10 | pcre \ |
| 12 | ncurses \ | 11 | ncurses \ |
| 13 | libmpdclient \ | 12 | libmpdclient \ |
| 14 | " | 13 | " |
| 15 | 14 | ||
| 15 | PACKAGECONFIG ??= "colors locale mouse nls help_screen artist_screen search_screen song_screen key_screen lyrics_screen outputs_screen" | ||
| 16 | |||
| 17 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" | ||
| 18 | PACKAGECONFIG[lirc] = "-Dlirc=true,-Dlirc=false,lirc" | ||
| 19 | PACKAGECONFIG[locale] = "-Dlocale=true,-Dlocale=false" | ||
| 20 | PACKAGECONFIG[mini] = "-Dmini=true,-Dmini=false" | ||
| 21 | PACKAGECONFIG[mouse] = "-Dmouse=true,-Dmouse=false" | ||
| 22 | PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false,gettext-native" | ||
| 23 | |||
| 24 | PACKAGECONFIG[help_screen] = "-Dhelp_screen=true,-Dhelp_screen=false" | ||
| 25 | PACKAGECONFIG[artist_screen] = "-Dartist_screen=true,-Dartist_screen=false" | ||
| 26 | PACKAGECONFIG[search_screen] = "-Dsearch_screen=true,-Dsearch_screen=false" | ||
| 27 | PACKAGECONFIG[song_screen] = "-Dsong_screen=true,-Dsong_screen=false" | ||
| 28 | PACKAGECONFIG[key_screen] = "-Dkey_screen=true,-Dkey_screen=false" | ||
| 29 | PACKAGECONFIG[lyrics_screen] = "-Dlyrics_screen=true,-Dlyrics_screen=false" | ||
| 30 | PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false" | ||
| 31 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | ||
| 32 | |||
| 16 | SRC_URI = " \ | 33 | SRC_URI = " \ |
| 17 | git://github.com/MusicPlayerDaemon/ncmpc \ | 34 | git://github.com/MusicPlayerDaemon/ncmpc \ |
| 18 | " | 35 | " |
