blob: 7292f90ce0c46e61246306f115133d56ac7ce505 [file] [log] [blame]
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06001EXTRA_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_append_rpi = " hls libmms faad"
11
12PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland"