diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
| commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
| tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb | |
| parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
| download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz | |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb new file mode 100644 index 0000000000..f0e9e388b1 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.21.4.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | require pixman.inc | ||
| 2 | |||
| 3 | SRC_URI[archive.md5sum] = "e50975ace979cd416a505827c15191b4" | ||
| 4 | SRC_URI[archive.sha256sum] = "57783330ee2f96121dc267b7f25b98356fd09fe9de185cd39e72e906b6444013" | ||
| 5 | |||
| 6 | LICENSE = "MIT & MIT-style & Public Domain" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\ | ||
| 8 | file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ | ||
| 9 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | ||
| 10 | file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" | ||
| 11 | |||
| 12 | PR = "${INC_PR}.0" | ||
| 13 | |||
| 14 | SRC_URI += "\ | ||
| 15 | file://0017-add-_pixman_bits_override_accessors.patch \ | ||
| 16 | file://0018-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \ | ||
| 17 | file://0019-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \ | ||
| 18 | file://0020-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \ | ||
| 19 | file://0021-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \ | ||
| 20 | file://0022-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch \ | ||
| 21 | file://0023-ARM-added-NEON-optimizations-for-fetch-store-a8-scan.patch \ | ||
| 22 | file://0024-ARM-added-NEON-optimizations-for-fetching-x8r8g8b8-s.patch \ | ||
| 23 | " | ||
| 24 | |||
| 25 | NEON = " --disable-arm-neon " | ||
| 26 | NEON_armv7a = " " | ||
| 27 | |||
| 28 | EXTRA_OECONF = "${NEON} --disable-gtk" | ||
