Commit 306de072 authored by Florent Revest's avatar Florent Revest

ngfd: Make previously implicit mce depenceny explicit, fixes installation of...

ngfd: Make previously implicit mce depenceny explicit, fixes installation of the mce plugin and the start of ngfd. Fixes broken vibrations in recent builds
parent 64889c76
......@@ -13,7 +13,7 @@ PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
B = "${S}"
DEPENDS += "pulseaudio libsndfile1 json-c zlib dbus glib-2.0 libffi libcap gstreamer1.0 dbus-glib profiled"
DEPENDS += "pulseaudio libsndfile1 json-c zlib dbus glib-2.0 libffi libcap gstreamer1.0 dbus-glib profiled mce"
do_configure_prepend() {
sed -i "s@src data doc tests@src data@" ${S}/Makefile.am
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment