weston: Handle no pointer event
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / weston_13.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 = " \
6                   file://0001-clients-Handle-missing-pointer_surface-is-there-s-no.patch \
7 "
8
9
10 # Split weston-terminal out of the main package to allow installing it
11 # separately for use with other compositors.  The icons, etc. that end
12 # up in /usr/share/weston are also split out into a separate package
13 # since they are required for weston-terminal and some of the programs
14 # packaged in weston-examples in addition to ivi-shell in the main
15 # package.
16
17 PACKAGE_BEFORE_PN += "${PN}-data ${PN}-terminal"
18
19 FILES:${PN}-data = "${datadir}/weston"
20
21 FILES:${PN}-terminal = "${bindir}/weston-terminal"
22 RDEPENDS:${PN}-terminal += "weston-data liberation-fonts"
23
24 RDEPENDS:${PN}-examples += "weston-data"
25
26 FILES:${PN}:remove = "weston-terminal"
27 RDEPENDS:${PN}:remove = "liberation-fonts"
28 RDEPENDS:${PN} += "weston-data weston-terminal"