meta-agl-flutter: Add option agl-shell plugin patch to embedder
[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
5 # For now disable gstreamer to avoid needing to enable "commercial"
6 # licenses for the stated ffmpeg dependency.
7 PACKAGECONFIG:remove = "gstreamer"
8
9 # Enable agl-shell wayland protocol plugin
10 PACKAGECONFIG[agl-shell] = "-DBUILD_PLUGIN_AGL_SHELL=ON, -DBUILD_PLUGIN_AGL_SHELL=OFF"
11 # NOTE: Cannot use += here due to ??= use in the recipe
12 PACKAGECONFIG:append = " agl-shell"
13