| Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ |
| 2 | -I${STAGING_INCDIR}/interface/vmcs_host/linux'" | ||||
| 3 | |||||
| 4 | # if using bcm driver enable dispmanx not when using VC4 driver | ||||
| 5 | |||||
| 6 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | ||||
| 7 | |||||
| 8 | PACKAGECONFIG_GL_rpi = "egl gles2" | ||||
| 9 | |||||
| 10 | PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland" | ||||