summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
blob: a5637869aeb4ac8c8b84c60cc8ab692884b6395f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Provides XDG shell header and glue code library"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8"

DEPENDS = "wayland-native wayland 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"