71d27005a32fb823784d56a5782692a2ce5d7551
[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     file://0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch \
8     file://0001-gl-renderer-Avoid-double-free-on-init-failure.patch \
9     "
10
11 # Workaround for incorrect upstream definition
12 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
13 PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
14 PACKAGECONFIG[headless] = "-Dbackend-headless=true"
15 PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
16 PACKAGECONFIG:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' remoting', '', d)}"
17
18 # seat management is only for waltham-transmitter-plugin
19 SRC_URI:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch', '', d)}"