Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Clutter based UI widget library" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 4 | inherit clutter autotools distro_features_check gobject-introspection gtk-doc |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 5 | # depends on clutter-1.0 which depends on cogl-1.0 |
| 6 | REQUIRED_DISTRO_FEATURES = "opengl" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 8 | DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | |
| 10 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" |
| 11 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 12 | EXTRA_OECONF = "--disable-gtk-widgets \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | --with-dbus \ |
| 14 | --with-winsys=none \ |
| 15 | --without-clutter-imcontext \ |
| 16 | --without-clutter-gesture \ |
| 17 | --without-startup-notification \ |
| 18 | --without-glade \ |
| 19 | " |
| 20 | |
| 21 | FILES_${PN} += "${datadir}" |