meta-agl-flutter/recipes-graphics/toyota: Hot fix for current mode
[AGL/meta-agl-devel.git] / meta-agl-flutter / recipes-graphics / toyota / flutter-auto_aglflutter.inc
1 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2
3 SRC_URI += "file://0001-Add-optional-agl_shell-plugin.patch \
4             file://0001-shell-wayland-display-Handle-flags-as-bitfield-entri.patch"
5
6 # For now disable gstreamer to avoid needing to enable "commercial"
7 # licenses for the stated ffmpeg dependency.
8 PACKAGECONFIG:remove = "gstreamer"
9
10 # Enable agl-shell wayland protocol plugin
11 PACKAGECONFIG[agl-shell] = "-DBUILD_PLUGIN_AGL_SHELL=ON, -DBUILD_PLUGIN_AGL_SHELL=OFF"
12 # NOTE: Cannot use += here due to ??= use in the recipe
13 PACKAGECONFIG:append = " agl-shell"
14