summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
commit6fefb192c9615e09d4db0b3fa45715649f381c43 (patch)
treeb3674b05f4c3a1cc7c1964f0e3c4b48d7ba5cae9 /recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
parenta8dfbc95e0a7782971d4e0c0c4a215d8a3e1172e (diff)
downloadmeta-freescale-6fefb192c9615e09d4db0b3fa45715649f381c43.tar.gz
imx-gpu-sdk: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-sdk/libxdg-shell.bb')
-rw-r--r--recipes-graphics/imx-gpu-sdk/libxdg-shell.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
new file mode 100644
index 000000000..a5637869a
--- /dev/null
+++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Provides XDG shell header and glue code library"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8"
4
5DEPENDS = "wayland-native wayland wayland-protocols"
6
7require imx-gpu-sdk-src.inc
8
9SRC_URI += "file://0001-xdg-shell-Add-CMake-minimum.patch"
10
11S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell"
12
13inherit cmake pkgconfig
14
15EXTRA_OECMAKE = " \
16 -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
17 -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \
18"
19
20ALLOW_EMPTY:${PN} = "1"
21RDEPENDS:${PN}-dev = "${PN}-staticdev"