Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 1 | SUMMARY = "Matchbox window manager core library" |
Brad Bishop | 1d80a2e | 2019-11-15 16:35:03 -0500 | [diff] [blame] | 2 | DESCRIPTION = "Matchbox is an Open Source base environment for the X Window \ |
| 3 | System running on non-desktop embedded platforms such as handhelds, set-top \ |
| 4 | boxes, kiosks and anything else for which screen space, input mechanisms or \ |
| 5 | system resources are limited." |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 6 | SECTION = "x11/libs" |
| 7 | HOMEPAGE = "http://matchbox-project.org/" |
| 8 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" |
| 9 | |
| 10 | LICENSE = "LGPLv2+ & MIT" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ |
| 12 | file://COPYING.MIT;md5=f45ed9332b4f50a35adf2065adde4ca7 \ |
| 13 | file://libmb/mbexp.c;endline=20;md5=28c0aef3b23e308464f5dae6a11b0d2f \ |
| 14 | file://libmb/xsettings-client.c;endline=20;md5=4b106a387602db8d91a50d5cdfd65031" |
| 15 | |
| 16 | DEPENDS = "virtual/libx11 libxext" |
| 17 | |
| 18 | #SRCREV for 1.12 |
| 19 | SRCREV = "e846ee434f8e23d9db38af13c523f791495e0e87" |
| 20 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
| 21 | |
| 22 | S = "${WORKDIR}/git" |
| 23 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 24 | inherit autotools pkgconfig features_check |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 25 | # depends on virtual/libx11 |
| 26 | REQUIRED_DISTRO_FEATURES = "x11" |
| 27 | |
| 28 | PACKAGECONFIG ??= "jpeg png xft" |
| 29 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
| 30 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" |
| 31 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" |
| 32 | PACKAGECONFIG[xft] = "--enable-xft,--disable-xft,libxft" |