matchbox-theme-sato.inc 450 B

12345678910111213141516
  1. SUMMARY = "Matchbox window manager Sato themes"
  2. HOMEPAGE = "http://www.matchbox-project.org/"
  3. BUGTRACKER = "http://bugzilla.yoctoproject.org/"
  4. LICENSE = "CC-BY-SA-3.0"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4"
  6. DEPENDS = "matchbox-wm"
  7. SECTION = "x11/wm"
  8. inherit autotools pkgconfig features_check
  9. FILES_${PN} += "${datadir}/themes"
  10. # The matchbox-wm requires x11 in DISTRO_FEATURES
  11. REQUIRED_DISTRO_FEATURES = "x11"