summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx/mx_1.4.6.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-23 12:09:39 -0700
committerSaul Wold <sgw@linux.intel.com>2012-06-27 08:12:18 -0700
commit6c33d56f0f6b472e8ba695d1f2636bc829e56696 (patch)
treefd92997cbb7045b5104d9dae198848c251ac0d86 /meta/recipes-graphics/mx/mx_1.4.6.bb
parentf4b5afe46ff018570c1949653eb6995428827f6f (diff)
downloadopenembedded-core-6c33d56f0f6b472e8ba695d1f2636bc829e56696.tar.gz
mx: Upgrade to 1.4.6
Remove patch as introspection.m4 is now included with the upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mx/mx_1.4.6.bb')
-rw-r--r--meta/recipes-graphics/mx/mx_1.4.6.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.4.6.bb b/meta/recipes-graphics/mx/mx_1.4.6.bb
new file mode 100644
index 0000000000..81bc5b9e54
--- /dev/null
+++ b/meta/recipes-graphics/mx/mx_1.4.6.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Clutter based widget library"
+LICENSE = "LGPLv2.1"
+
+PR = "r0"
+
+DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification"
+
+inherit autotools gettext
+
+SRC_URI = "http://source.clutter-project.org/sources/mx/1.4/mx-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "c7192ca7c43bb1a39adc2fafdc012f49"
+SRC_URI[sha256sum] = "a3c7ffaf29b282144c982757b450d145cd85867183dfafef4750a00a0d406672"
+
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
+ file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879"
+
+EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus"
+