blob: 939da916092b697c59f531b023426127608ee3ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
require pixman.inc
PR = "${INC_PR}.0"
SRC_URI += " \
file://pixman-arm.patch;apply=yes \
file://pixman-x888-565.patch;apply=yes \
"
SRC_URI[archive.md5sum] = "09357cc74975b01714e00c5899ea1881"
SRC_URI[archive.sha256sum] = "2b16516ef147bb604e1cf50c883143a052a7ff92d2930b70e571da0603b7d9ce"
|