mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libmikmod: add dependency on pulseaudio
* fixes following floating dependencies:
libmikmod/libmikmod/latest lost dependency on dbus-lib json-c libcap
libice libpulse libpulse-simple libsm libsndfile1 libx11 libx11-xcb
libxau libxcb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "alsa-lib texinfo"
|
||||
DEPENDS = "alsa-lib texinfo pulseaudio"
|
||||
|
||||
SRC_URI = "\
|
||||
${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user