mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
We don't want the cairo dependency. Unfortunately simply checking whether its present isn't good enough. If its not in DEPENDS, it can disappear half way through building. We therefore need to explictly disable it. (From OE-Core rev: 51df11c5747f69b4112121df78fc1e10644d390a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
319 B
BlitzBasic
12 lines
319 B
BlitzBasic
require libdrm.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI += "file://installtests.patch \
|
|
file://GNU_SOURCE_definition.patch \
|
|
file://nocairo.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "9a299e021d81bab6c82307582c78319d"
|
|
SRC_URI[sha256sum] = "386b17388980504bca16ede81ceed4c77b12c3488f46ecb7f4d48e48512a733d"
|