Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Matchbox window manager Sato themes" |
| 2 | HOMEPAGE = "http://www.matchbox-project.org/" |
| 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
| 4 | |
| 5 | LICENSE = "CC-BY-SA-3.0" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4" |
| 7 | |
| 8 | DEPENDS = "matchbox-wm" |
| 9 | SECTION = "x11/wm" |
| 10 | |
| 11 | inherit autotools pkgconfig distro_features_check |
| 12 | |
| 13 | FILES_${PN} += "${datadir}/themes" |
| 14 | |
| 15 | # The matchbox-wm requires x11 in DISTRO_FEATURES |
| 16 | REQUIRED_DISTRO_FEATURES = "x11" |