88590c602a54f8169b76a20d2a872b886523f071
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / weston-ini-conf.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3 PACKAGE_ARCH = "${MACHINE_ARCH}"
4
5 WESTON_DISPLAYS_append = "${@bb.utils.contains("DISTRO_FEATURES", "weston-remoting", " remote-output", "", d)}"
6 WESTON_DISPLAYS_append = "${@bb.utils.contains("AGL_FEATURES", "waltham-remoting", " transmitter-output", "", d)}"
7
8 # For virtual machines and intel-corei7-64 we want to support both the HDMI-A-1
9 # and Virtual-1 outputs. This allows us to run virtual images on real hardware
10 # and vice versa.
11 WESTON_DISPLAYS_append_qemuall = " virtual-270"
12 WESTON_DISPLAYS_append_intel-corei7-64 = " virtual-270"