]> code.ossystems Code Review - openembedded-core.git/commitdiff
json-glib: Make sure the autotools m4 files are found, unbreaking the build
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Apr 2009 16:44:59 +0000 (17:44 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Apr 2009 16:44:59 +0000 (17:44 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/packages/json-glib/json-glib_git.bb

index fc84accaa15d516f5c96e0043983713ec92e87d3..0033715d831419d981a71ee721b42f86e5cd3ee3 100644 (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
 }
\ No newline at end of file