gfx-examples.bb 802 B

123456789101112131415161718
  1. SUMMARY = "Graphics Examples for Weston and GTK demo & verifications"
  2. DESCRIPTION = "Some examples to check Weston's features with typical usages"
  3. HOMEPAGE = "https://github.com/examples/gfx-examples.git"
  4. BUGTRACKER = "https://github.com/examples/gfx-examples.git"
  5. LICENSE = "MIT"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=3ec9956c919ff2e84914fcefc443760b"
  7. THEAD_LINUX_TAG ?= "${AUTOREV}"
  8. SRCREV = "${THEAD_LINUX_TAG}"
  9. SRC_URI = "git://git@gitee.com/thead-yocto/gfx-examples.git;branch=master;protocol=http"
  10. S = "${WORKDIR}/git"
  11. DEPENDS = "gtk+3 wayland wayland-protocols wayland-native libdrm"
  12. RDEPENDS:${PN} = " gtk+3-demo adwaita-icon-theme-cursors adwaita-icon-theme-symbolic-hires adwaita-icon-theme-symbolic adwaita-icon-theme-hires adwaita-icon-theme weston-examples "
  13. inherit meson pkgconfig