diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | 6fefb192c9615e09d4db0b3fa45715649f381c43 (patch) | |
| tree | b3674b05f4c3a1cc7c1964f0e3c4b48d7ba5cae9 /recipes-graphics/imx-gpu-sdk/libxdg-shell.bb | |
| parent | a8dfbc95e0a7782971d4e0c0c4a215d8a3e1172e (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Provides XDG shell header and glue code library" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" | ||
| 4 | |||
| 5 | DEPENDS = "wayland-native wayland wayland-protocols" | ||
| 6 | |||
| 7 | require imx-gpu-sdk-src.inc | ||
| 8 | |||
| 9 | SRC_URI += "file://0001-xdg-shell-Add-CMake-minimum.patch" | ||
| 10 | |||
| 11 | S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell" | ||
| 12 | |||
| 13 | inherit cmake pkgconfig | ||
| 14 | |||
| 15 | EXTRA_OECMAKE = " \ | ||
| 16 | -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ | ||
| 17 | -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ | ||
| 18 | " | ||
| 19 | |||
| 20 | ALLOW_EMPTY:${PN} = "1" | ||
| 21 | RDEPENDS:${PN}-dev = "${PN}-staticdev" | ||
