mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 07:05:24 +02:00
25 lines
1.0 KiB
BlitzBasic
25 lines
1.0 KiB
BlitzBasic
require pixman.inc
|
|
|
|
LICENSE = "MIT & MIT-style & Public Domain"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
|
|
file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
|
|
file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
|
|
"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
|
|
file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
|
|
file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \
|
|
file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \
|
|
file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "3dd0d9ed05dbf0e5e75d526ebae42e11"
|
|
SRC_URI[sha256sum] = "51f4f26be030e476a1b481a8f76e6695b45d1dce084beae5251236c3bb2a1f89"
|
|
|
|
NEON = " --disable-arm-neon "
|
|
NEON_armv7a = " "
|
|
|
|
EXTRA_OECONF = "${NEON} --disable-gtk"
|