mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
mpd: Add build dependency on samba
Version 0.19 [1], adds the smbclient plugins for storage and input so needs samba when building with the --enable-samba option. [1] http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19 Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b9700dca81
commit
12f2a4dd70
@@ -20,6 +20,7 @@ EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemds
|
||||
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
|
||||
PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
|
||||
PACKAGECONFIG[lame] = "--enable-lame-encoder,--disable-lame-encoder,lame"
|
||||
PACKAGECONFIG[smb] = "--enable-smbclient,--disable-smbclient,samba"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/${localstatedir}/lib/mpd/music
|
||||
|
||||
Reference in New Issue
Block a user