layer.conf: Add multimedia-layer to LAYERDEPENDS. (#29)

Multiple recipes require fluidsynth which is provided by
multimedia-layer.

Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
This commit is contained in:
Peter Tworek
2017-05-18 21:51:15 +02:00
committed by Andreas Müller
parent f034347a16
commit 15603e3007

View File

@@ -10,6 +10,6 @@ BBFILE_COLLECTIONS += "meta-qt5-extra"
BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-qt5-extra = "20"
LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer"
LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer multimedia-layer"
LICENSE_PATH += "${LAYERDIR}/files/licenses"