Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / weston_8.0_aglcore.inc
1 FILESEXTRAPATHS:append := ":${THISDIR}/weston"
2
3 SRC_URI:append = "\
4     file://0005-correctly-tear-down-drm-backend.patch \
5     "
6
7 # Workaround for incorrect upstream definition
8 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
9 PACKAGECONFIG[headless] = "-Dbackend-headless=true"
10 PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
11 PACKAGECONFIG:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' remoting', '', d)}"
12
13 # seat management is only for waltham-transmitter-plugin
14 SRC_URI:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch', '', d)}"