diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-19 21:19:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | 9fd5fb85468dac57d3b7f9d872ad9cea21ca9e77 (patch) | |
tree | f4a684534d30da51d60ce7e469b7279d62bd33e6 /meta/recipes-graphics/xorg-lib/pixman | |
parent | b5db8073c61e872430b9671b022a4dfa0c64079c (diff) | |
download | poky-9fd5fb85468dac57d3b7f9d872ad9cea21ca9e77.tar.gz |
pixman: port to meson
Disable libpng as that's only used in the tests and demos, that we don't build.
Drop iwmmxt disabling, we can add this back again if it fails. Loongsoon
remains disabled as the build fails for edgerouter.
Drop the Neon/VFP2 mojo, this is a micro-optimisation. If the size improvement
is significant then this can be added back.
(From OE-Core rev: dd9c3d042aa5c2ae0fd80b558ec7e9c793ff36f0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch b/meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch index 782c1db022..23cbf53a41 100644 --- a/meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch +++ b/meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch | |||
@@ -7,7 +7,7 @@ Some architectures e.g. nios2 do not support all exceptions | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Submitted | 10 | Upstream-Status: Submitted [https://gitlab.freedesktop.org/pixman/pixman/merge_requests/24] |
11 | 11 | ||
12 | test/utils.c | 2 ++ | 12 | test/utils.c | 2 ++ |
13 | 1 file changed, 2 insertions(+) | 13 | 1 file changed, 2 insertions(+) |