X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-core%2Frecipes-graphics%2Fwayland%2Fweston_10.0_aglcore.inc;fp=meta-agl-core%2Frecipes-graphics%2Fwayland%2Fweston_10.0_aglcore.inc;h=90ccbc8fa3ed582f8f7b4d7467284d3b7c6d2a52;hb=47bf86a3e5d9015f504de4d64942bd17a643b4e6;hp=0000000000000000000000000000000000000000;hpb=50afe15c9db1a770428bc32cda413997b7c2b176;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc new file mode 100644 index 000000000..90ccbc8fa --- /dev/null +++ b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc @@ -0,0 +1,10 @@ +FILESEXTRAPATHS:append := ":${THISDIR}/weston" + +# Workaround for incorrect upstream definition +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base" +PACKAGECONFIG[headless] = "-Dbackend-headless=true" +PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}" +PACKAGECONFIG:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' remoting', '', d)}" + +# seat management is only for waltham-transmitter-plugin +SRC_URI:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch', '', d)}"