X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-flutter%2Frecipes-graphics%2Ftoyota%2Fflutter-auto_aglflutter.inc;h=41035f5868fee7ca37e8e2233668a772b93c69ba;hb=882eeb6a44b443ef13a4b3111330cd0b603d3f1b;hp=1fb1a3b4abf54f62f66c4915e722e68e6a6aa438;hpb=ee6873ad9024399cc69f81bab2745eb3a0bb3649;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc index 1fb1a3b4..41035f58 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,4 +1,13 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +SRC_URI += "file://0001-Add-optional-agl_shell-plugin.patch" # For now disable gstreamer to avoid needing to enable "commercial" # licenses for the stated ffmpeg dependency. PACKAGECONFIG:remove = "gstreamer" + +# Enable agl-shell wayland protocol plugin +PACKAGECONFIG[agl-shell] = "-DBUILD_PLUGIN_AGL_SHELL=ON, -DBUILD_PLUGIN_AGL_SHELL=OFF" +# NOTE: Cannot use += here due to ??= use in the recipe +PACKAGECONFIG:append = " agl-shell" +