1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

json-glib: Make sure the autotools m4 files are found, unbreaking the build

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-04-21 17:44:59 +01:00
parent 5264d4b9e2
commit 5c185c4cf7
@@ -9,6 +9,8 @@ DEPENDS = "glib-2.0"
inherit autotools_stage
acpaths = "-I ${S}/build/autotools "
do_configure_prepend () {
touch ${S}/gtk-doc.make
}