blob: ebfc519f11781f45a8f54411829c98f766efd736 [file] [log] [blame]
William A. Kennington IIIa99e9b62021-06-02 12:47:56 -07001# when using userland graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
2# we explicitly delete KHR/khrplatform.h since its already coming from userland package
Patrick Williams213cb262021-08-07 19:21:33 -05003DEPENDS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'userland', d)}"