Add Yocto Project scarthgap release compatibility
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / weston_11.0_aglcore.inc
1 FILESEXTRAPATHS:append := ":${THISDIR}/weston"
2
3 PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
4
5 SRC_URI:append = "file://0001-libweston-Send-name-description-update-wl_output-to-.patch \
6                   file://0001-simple-touch-Add-maximized-fullscreen-states.patch \
7                   file://0001-libweston-weston-log-Add-a-iterator-helper-for-debug.patch "
8
9 # Split weston-terminal out of the main package to allow installing it
10 # separately for use with other compositors.  The icons, etc. that end
11 # up in /usr/share/weston are also split out into a separate package
12 # since they are required for weston-terminal and some of the programs
13 # packaged in weston-examples in addition to ivi-shell in the main
14 # package.
15
16 PACKAGE_BEFORE_PN += "${PN}-data ${PN}-terminal"
17
18 FILES:${PN}-data = "${datadir}/weston"
19
20 FILES:${PN}-terminal = "${bindir}/weston-terminal"
21 RDEPENDS:${PN}-terminal += "weston-data liberation-fonts"
22
23 RDEPENDS:${PN}-examples += "weston-data"
24
25 FILES:${PN}:remove = "weston-terminal"
26 RDEPENDS:${PN}:remove = "liberation-fonts"
27 RDEPENDS:${PN} += "weston-data weston-terminal"