mx.inc 626 B

123456789101112131415161718192021
  1. SUMMARY = "Clutter based UI widget library"
  2. LICENSE = "LGPLv2.1"
  3. inherit clutter autotools features_check gobject-introspection gtk-doc
  4. # depends on clutter-1.0 which depends on cogl-1.0
  5. REQUIRED_DISTRO_FEATURES = "opengl"
  6. DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf"
  7. SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz"
  8. EXTRA_OECONF = "--disable-gtk-widgets \
  9. --with-dbus \
  10. --with-winsys=none \
  11. --without-clutter-imcontext \
  12. --without-clutter-gesture \
  13. --without-startup-notification \
  14. --without-glade \
  15. "
  16. FILES_${PN} += "${datadir}"