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
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ DEPENDS = "glib-2.0"
inherit autotools_stage
acpaths = "-I ${S}/build/autotools "
do_configure_prepend () {
touch ${S}/gtk-doc.make
}