SUMMARY = "Provides XDG shell header and glue code library" DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX GPU SDK samples." HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" SECTION = "graphics" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" DEPENDS = "wayland wayland-native wayland-protocols" require imx-gpu-sdk-src.inc SRC_URI += "file://0001-xdg-shell-Add-CMake-minimum.patch" S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell" inherit cmake pkgconfig EXTRA_OECMAKE = "\ -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ " ALLOW_EMPTY:${PN} = "1" RDEPENDS:${PN}-dev = "${PN}-staticdev"