diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-01 14:38:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:32:54 +0000 |
commit | d06c35d341c8d827e891c0c92232afb6c23fc942 (patch) | |
tree | 8574d3e9237e9e1ca1226a8d87bea8fa37e3a2d4 /meta | |
parent | febb65c9afaf7f9f3bc8e01cd2457a6232d590cd (diff) | |
download | poky-d06c35d341c8d827e891c0c92232afb6c23fc942.tar.gz |
mx: add mx toolkit 1.3.2
A widget toolkit built on Clutter
(From OE-Core rev: 67b2060714c70cf39224e5fbe83ca36263595c54)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mx/mx_1.3.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.3.2.bb b/meta/recipes-graphics/mx/mx_1.3.2.bb new file mode 100644 index 0000000000..695249b10d --- /dev/null +++ b/meta/recipes-graphics/mx/mx_1.3.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Clutter based widget library" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | PR = "r1" | ||
4 | |||
5 | DEPENDS = "clutter-1.8" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | SRC_URI = "http://source.clutter-project.org/sources/mx/1.3/mx-${PV}.tar.bz2" | ||
10 | SRC_URI[md5sum] = "6057f3403d1109191dc7ef492bae5867" | ||
11 | SRC_URI[sha256sum] = "94fd2b307b204945643af1e3193a2a7be96712f9296cf0e525f5fd7538f85513" | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | ||
14 | file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879" | ||
15 | |||
16 | EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets" | ||
17 | |||