blob: 25829c26b010c5ec5de1d0a5238a58743264d92f [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001OPENGL_PKGCONFIGS:rpi = "dri glx ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 xshmfence glamor', '', d)}"
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)}"