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