summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc
blob: b2519e3db61c017d3942c61abf4b2aec59a0ea97 (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS_append := ":${THISDIR}/weston"

SRC_URI_append = "\
    file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch \
    file://0005-correctly-tear-down-drm-backend.patch \
    "

# Workaround for incorrect upstream definition
PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
PACKAGECONFIG_append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' remoting', '', d)}"