mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
libmikmod: depend on texinfo
With changed behavior of 'missing' in automake-1.13, libmikmod build was failing when makeinfo was not present. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7b6140cba2
commit
fff67de4dc
@@ -3,7 +3,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
|
||||
|
||||
DEPENDS = "alsa-lib"
|
||||
DEPENDS = "alsa-lib texinfo"
|
||||
|
||||
SRC_URI = "\
|
||||
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user