diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb index 3f51d7a273..a77d4f9783 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb | |||
| @@ -6,8 +6,8 @@ HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/" | |||
| 6 | inherit meson pkgconfig | 6 | inherit meson pkgconfig |
| 7 | 7 | ||
| 8 | DEPENDS += " \ | 8 | DEPENDS += " \ |
| 9 | boost \ | ||
| 10 | ncurses \ | 9 | ncurses \ |
| 10 | libpcre2 \ | ||
| 11 | libmpdclient \ | 11 | libmpdclient \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| @@ -35,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | |||
| 35 | SRC_URI = " \ | 35 | SRC_URI = " \ |
| 36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ | 36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
| 37 | " | 37 | " |
| 38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" | 38 | SRCREV = "b9b5e11e10d8f66cd672ffb51728aa447f78ecd4" |
| 39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
