diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 14:26:36 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 10:55:16 +0000 |
| commit | 997711b7a2b1a70f3928d630f5912da7bd0c5b08 (patch) | |
| tree | 50fb0e55a6f4231c0617a2bbb069da21f18d0691 /meta | |
| parent | 77ac9cf5813b5eee643b7cad8540a0d46a1ef67c (diff) | |
| download | poky-997711b7a2b1a70f3928d630f5912da7bd0c5b08.tar.gz | |
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.
(From OE-Core rev: 1a26f800d5fdadc990b73d17e1c373f3e8fba879)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.13.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.13.3.bb index 30f50cc289..100a7d95b6 100644 --- a/meta/recipes-graphics/freetype/freetype_2.13.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.13.3.bb | |||
| @@ -23,7 +23,7 @@ inherit autotools pkgconfig multilib_header | |||
| 23 | # Adapt autotools to work with the minimal autoconf usage in freetype | 23 | # Adapt autotools to work with the minimal autoconf usage in freetype |
| 24 | AUTOTOOLS_SCRIPT_PATH = "${S}/builds/unix" | 24 | AUTOTOOLS_SCRIPT_PATH = "${S}/builds/unix" |
| 25 | CONFIGURE_SCRIPT = "${S}/configure" | 25 | CONFIGURE_SCRIPT = "${S}/configure" |
| 26 | EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake" | 26 | EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake -I ." |
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "zlib pixmap" | 28 | PACKAGECONFIG ??= "zlib pixmap" |
| 29 | 29 | ||
