Commit f1b57ac3 authored by Florent Revest's avatar Florent Revest

ngfd: rename recipe and fixes build

parent 561adc5b
...@@ -10,8 +10,13 @@ PV = "+git${SRCREV}" ...@@ -10,8 +10,13 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
B = "${S}" B = "${S}"
DEPENDS += "pulseaudio libsndfile1 json-c zlib dbus glib-2.0 libffi libcap gstreamer1.0 dbus-glib"
do_configure_prepend() { do_configure_prepend() {
sed -i "s@src data doc tests@src data tests@" ${S}/Makefile.am sed -i "s@src data doc tests@src data@" ${S}/Makefile.am
} }
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN}-dbg += "/usr/lib/ngf/.debug/"
FILES_${PN} += "/usr/lib/ngf /usr/share/dbus-1"
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