Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Clutter based UI widget library" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | |
| 4 | inherit clutter autotools-brokensep |
| 5 | |
| 6 | DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf" |
| 7 | |
| 8 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" |
| 9 | |
| 10 | EXTRA_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 | |
| 21 | FILES_${PN} += "${datadir}" |