summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_1.0.bb
blob: 70dafb38c6fd092250f01f082ae1f3ef41e58c05 (plain)
1
2
3
4
5
6
7
8
require af-binder_${PV}.inc

DEPENDS = "json-c-native"

inherit cmake pkgconfig native

EXTRA_OECMAKE_append = " -DONLY_DEVTOOLS=TRUE"
versions between server(weston) and client(Qt Apps). # # file://0016-xdg-shell-Add-xdg-shell-protocol-file-version-1.4.0.patch \ # file://0017-xdg-shell-Add-minimize-feature-to-QWindow-using-wayl.patch \ # file://0019-xdg-shell-upgrade-to-support-current-version-weston-.patch \ # SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ " AGL_DEFAULT_WM_SHELL ?= "xdg-shell" AFM_CONF_DIR = "${D}${sysconfdir}/afm/unit.env.d" QT_SHELL_FILE = "${AFM_CONF_DIR}/qt-shell" do_install_append_class-target() { mkdir -p ${AFM_CONF_DIR} echo "QT_WAYLAND_SHELL_INTEGRATION=${AGL_DEFAULT_WM_SHELL}" > ${QT_SHELL_FILE} echo "QT_WAYLAND_RESIZE_AFTER_SWAP=1" >> ${QT_SHELL_FILE} }