blob: 9e86c008f1151a54d462bca623b0f9355d53d281 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001EXTRA_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
6PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}"
7
8PACKAGECONFIG_GL_rpi = "egl gles2"
9
10PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland"