eglinfo-x11: align to VC4

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2016-09-22 07:47:53 +02:00 committed by Andrei Gherzan
parent 1ebb370e81
commit c62e088a65

View File

@ -1,2 +1,2 @@
EGLINFO_DEVICE_rpi = "raspberrypi" EGLINFO_DEVICE_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}"
ASNEEDED = "" ASNEEDED = ""