weston_8.0_aglcore.inc: Set-up app_id for toytoolkit apps
[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://0002-Allow-weston-to-start-from-a-systemd-user-session.patch \
5     file://0005-correctly-tear-down-drm-backend.patch \
6     file://0001-clients-window-Add-set_app_id-function-change-Waylan.patch \
7     "
8
9 # Workaround for incorrect upstream definition
10 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
11 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
12 PACKAGECONFIG[headless] = "-Dbackend-headless=true"
13 PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
14 PACKAGECONFIG:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' remoting', '', d)}"
15
16 # seat management is only for waltham-transmitter-plugin
17 SRC_URI:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch', '', d)}"