William A. Kennington III | a99e9b6 | 2021-06-02 12:47:56 -0700 | [diff] [blame^] | 1 | # 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 | ||||
3 | DEPENDS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'userland', d)}" |