PACKAGECONFIG_remove = " playready mediastream provisioning" DEPENDS += "atk libgcrypt libwebp" WPE_BACKEND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'westeros', 'gstreamergl', d)}" WPE_BACKEND_wpewesteros = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'westeros', '', d)}" PACKAGECONFIG_append_rpi = " rpi" PACKAGECONFIG[rpi] = "-DUSE_WPEWEBKIT_BACKEND_BCM_RPI=ON,," EXTRA_OECMAKE += "${@bb.utils.contains('WPE_BACKEND', 'gstreamergl', '-DUSE_KEY_INPUT_HANDLING_LINUX_INPUT=ON', '', d)}" RDEPS_EXTRA += " \ gstreamer1.0-plugins-bad-hls \ shared-mime-info \ wpe-webkit-web-inspector-plugin \ libgpg-error \ tts \ " RDEPS_EXTRA_append_rpi = " \ ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics','', '', d)} \ ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'gstreamer1.0-omx', d)} \ " RDEPS_EXTRA_append_morty = " \ gstreamer1.0-plugins-bad-faad \ gstreamer1.0-plugins-bad-opengl \ gstreamer1.0-plugins-ugly-mpg123 \ " RDEPS_EXTRA_append_dunfell = " \ ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'gstreamer1.0-plugins-bad-faad', '', d)} \ gstreamer1.0-plugins-base-opengl \ " # RDK Distro excludes shared-mime-info for dunfell builds RDEPS_EXTRA_remove_dunfell = " \ shared-mime-info \ gstreamer1.0-plugins-bad-dataurisrc \ gstreamer1.0-plugins-good-audiofx \ gstreamer1.0-plugins-good-audioparsers \ gstreamer1.0-plugins-good-autodetect \ gstreamer1.0-plugins-good-avi \ gstreamer1.0-plugins-good-deinterlace \ gstreamer1.0-plugins-good-interleave \ " RDEPS_EXTRA_remove_daisy = "gstreamer1.0-plugins-ugly-mpg123"