Changes for building meta-agl-demo with YP 2.1.1 'krogoth'
[AGL/meta-agl-demo.git] / recipes-qt / qt5 / qtwayland_%.bbappend
1 FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
2
3 # QT_MODULE_BRANCH = "5.4"
4
5 # TODO:
6 #  These patches for IVI-SHELL are tempolary disabled because of issues. And new
7 #  patches are proposed.
8 #
9 #    file://0020-Add-IVI-Shell-protocol-file-version-patch-v6.patch \
10 #    file://0021-Implement-initial-IVI-Shell-support.patch \
11 #    file://0001-protocol-update-3rd-party-ivi-application-protocol.patch \
12 #    file://0002-qwaylandwindow-add-support-for-IVI-Surface-ID-proper.patch \
13 #
14 #  The xdg-shell merged into upstream, so we don't need these patch anymore.
15 #  But xdg-shell doesn't work well in current AGL Distro because of
16 #  mismatch of protocol versions between server(weston) and client(Qt Apps).
17 #
18 #    file://0016-xdg-shell-Add-xdg-shell-protocol-file-version-1.4.0.patch \
19 #    file://0017-xdg-shell-Add-minimize-feature-to-QWindow-using-wayl.patch \
20 #    file://0019-xdg-shell-upgrade-to-support-current-version-weston-.patch \
21 #
22
23 SRC_URI_append = "\
24     file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \
25     "
26 SRC_URI_append_checkforkrogoth = "\
27     file://disable_xcomposite_egl_qt_wayland_client_buffer_integration.patch \
28     file://0001-Implement-initial-IVI-shell-support-with-shell-integ.patch \
29     file://0002-Fix-multiple-QWindow.patch \
30     "
31
32
33 DEPENDS_append_koelsch = " libegl gles-user-module"
34 DEPENDS_append_porter = " libegl gles-user-module"