blob: 28a66bcb3336dd66be57f9ab0b149165e61c833a [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
Andrew Geissler19b4e6c2020-09-18 13:33:52 -05002
3# when using userland graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
4# we explicitly delete KHR/khrplatform.h since its already coming from userland package
Patrick Williams213cb262021-08-07 19:21:33 -05005DEPENDS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'userland', d)}"