blob: 4f1095793dfb32fd4c3f37cc0cbc63fd70631ba0 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Clutter based UI widget library"
2LICENSE = "LGPLv2.1"
3
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05004inherit clutter autotools-brokensep distro_features_check gobject-introspection
5# depends on clutter-1.0 which depends on cogl-1.0
6REQUIRED_DISTRO_FEATURES = "opengl"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf"
9
10SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz"
11
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050012EXTRA_OECONF = "--disable-gtk-doc \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013 --disable-gtk-widgets \
14 --with-dbus \
15 --with-winsys=none \
16 --without-clutter-imcontext \
17 --without-clutter-gesture \
18 --without-startup-notification \
19 --without-glade \
20 "
21
22FILES_${PN} += "${datadir}"