diff options
Diffstat (limited to 'meta/recipes-graphics/mx/mx_1.4.7.bb')
-rw-r--r-- | meta/recipes-graphics/mx/mx_1.4.7.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.4.7.bb b/meta/recipes-graphics/mx/mx_1.4.7.bb new file mode 100644 index 0000000000..fd9189bcea --- /dev/null +++ b/meta/recipes-graphics/mx/mx_1.4.7.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Clutter based widget library" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | ||
5 | file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" | ||
10 | |||
11 | inherit autotools gettext | ||
12 | |||
13 | SRC_URI = "https://github.com/downloads/clutter-project/${BPN}/${BP}.tar.xz" | ||
14 | |||
15 | SRC_URI[md5sum] = "19b1e4918a5ae6d014fc0dab2bb3d0a1" | ||
16 | SRC_URI[sha256sum] = "1d2930d196717cacbee0ee101cf21d289b8200b5e938823d852b3b4a2f4a0e9d" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus" | ||