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