Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Clutter based UI widget library" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \ |
| 3 | elements, including buttons, progress bars, scroll bars and others. It also \ |
| 4 | implements some standard managers. One other interesting feature is the \ |
| 5 | possibility setting style properties from a CSS format file." |
| 6 | HOMEPAGE = "https://github.com/clutter-project/mx" |
| 7 | BUGTRACKER = "https://github.com/clutter-project/mx/issues" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 8 | LICENSE = "LGPLv2.1" |
| 9 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 10 | inherit clutter autotools features_check gobject-introspection gtk-doc |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 11 | # depends on clutter-1.0 which depends on cogl-1.0 |
| 12 | REQUIRED_DISTRO_FEATURES = "opengl" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 14 | DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 15 | |
| 16 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" |
| 17 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 18 | EXTRA_OECONF = "--disable-gtk-widgets \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 19 | --with-dbus \ |
| 20 | --with-winsys=none \ |
| 21 | --without-clutter-imcontext \ |
| 22 | --without-clutter-gesture \ |
| 23 | --without-startup-notification \ |
| 24 | --without-glade \ |
| 25 | " |
| 26 | |
| 27 | FILES_${PN} += "${datadir}" |