summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/imx-gpu-sdk/libxdg-shell.bb')
-rw-r--r--recipes-graphics/imx-gpu-sdk/libxdg-shell.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
index a5637869a..56b89c159 100644
--- a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
+++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
@@ -1,8 +1,11 @@
1SUMMARY = "Provides XDG shell header and glue code library" 1SUMMARY = "Provides XDG shell header and glue code library"
2DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX GPU SDK samples."
3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework"
4SECTION = "graphics"
2LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" 6LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8"
4 7
5DEPENDS = "wayland-native wayland wayland-protocols" 8DEPENDS = "wayland wayland-native wayland-protocols"
6 9
7require imx-gpu-sdk-src.inc 10require imx-gpu-sdk-src.inc
8 11
@@ -12,7 +15,7 @@ S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell"
12 15
13inherit cmake pkgconfig 16inherit cmake pkgconfig
14 17
15EXTRA_OECMAKE = " \ 18EXTRA_OECMAKE = "\
16 -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ 19 -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
17 -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ 20 -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \
18" 21"