blob: f892c66ece916fde84f1a353835b39b00327b6b6 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DEPENDS_append_rpi = " userland"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002GSTREAMER_1_0_OMX_TARGET_rpi = "rpi"
3GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004# How to make this RPI specific?
5EXTRA_OECONF_append_rpi = " CFLAGS="$CFLAGS -I${STAGING_DIR_TARGET}/usr/include/IL -I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux""
6#examples only build with GL but not GLES, so disable it for RPI
7EXTRA_OECONF_append_rpi = " --disable-examples"
8
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009RDEPENDS_${PN}_append_rpi = " userland"