Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [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_append_rpi = " hls libmms faad" |
| 11 | |
| 12 | PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland" |