Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Matchbox Window Manager Desktop" |
| 2 | HOMEPAGE = "http://matchbox-project.org/" |
| 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
| 4 | |
| 5 | LICENSE = "GPLv2+ & LGPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 7 | file://libtaku/eggsequence.h;endline=20;md5=b91f68f7642a1459fa1f4c9df94a8f15 \ |
| 8 | file://src/desktop.c;endline=20;md5=36c9bf295e6007f3423095f405af5a2d \ |
| 9 | file://src/main.c;endline=19;md5=2044244f97a195c25b7dc602ac7e9a00" |
| 10 | |
| 11 | DEPENDS = "gtk+ startup-notification dbus" |
| 12 | SECTION = "x11/wm" |
| 13 | SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d" |
| 14 | PV = "2.0+git${SRCPV}" |
| 15 | |
| 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2" |
| 17 | |
| 18 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | inherit autotools pkgconfig distro_features_check |
| 23 | |
| 24 | # The startup-notification requires x11 in DISTRO_FEATURES |
| 25 | REQUIRED_DISTRO_FEATURES = "x11" |