]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
freetype: pass missing include paths to autoreconf
authorRoss Burton <ross.burton@arm.com>
Tue, 25 Feb 2025 14:26:36 +0000 (14:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2025 10:47:09 +0000 (10:47 +0000)
commit1a26f800d5fdadc990b73d17e1c373f3e8fba879
tree6998a461095e59ea4740b0cb082f89eb1117b4c2
parent9a550b4154d3e501ed6555694dc95b31df527637
freetype: pass missing include paths to autoreconf

Now that autotools isn't searching for every m4 file the configure fails.
This is because freetype only uses autoconf and has a manual autogen.sh
script that passes -I. itself.

As we don't call that script, pass -I . to autoreconf ourselves.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/freetype/freetype_2.13.3.bb