diff options
Diffstat (limited to 'recipes-graphics/imx-gpu-sdk/libxdg-shell.bb')
| -rw-r--r-- | recipes-graphics/imx-gpu-sdk/libxdg-shell.bb | 7 |
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 @@ | |||
| 1 | SUMMARY = "Provides XDG shell header and glue code library" | 1 | SUMMARY = "Provides XDG shell header and glue code library" |
| 2 | DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX GPU SDK samples." | ||
| 3 | HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" | ||
| 4 | SECTION = "graphics" | ||
| 2 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" | 6 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" |
| 4 | 7 | ||
| 5 | DEPENDS = "wayland-native wayland wayland-protocols" | 8 | DEPENDS = "wayland wayland-native wayland-protocols" |
| 6 | 9 | ||
| 7 | require imx-gpu-sdk-src.inc | 10 | require imx-gpu-sdk-src.inc |
| 8 | 11 | ||
| @@ -12,7 +15,7 @@ S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell" | |||
| 12 | 15 | ||
| 13 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
| 14 | 17 | ||
| 15 | EXTRA_OECMAKE = " \ | 18 | EXTRA_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 | " |
