diff options
Diffstat (limited to 'meta/recipes-graphics/mx/mx.inc')
-rw-r--r-- | meta/recipes-graphics/mx/mx.inc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc deleted file mode 100644 index c977849c96..0000000000 --- a/meta/recipes-graphics/mx/mx.inc +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | SUMMARY = "Clutter based UI widget library" | ||
2 | DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \ | ||
3 | elements, including buttons, progress bars, scroll bars and others. It also \ | ||
4 | implements some standard managers. One other interesting feature is the \ | ||
5 | possibility setting style properties from a CSS format file." | ||
6 | HOMEPAGE = "https://github.com/clutter-project/mx" | ||
7 | BUGTRACKER = "https://github.com/clutter-project/mx/issues" | ||
8 | LICENSE = "LGPLv2.1" | ||
9 | |||
10 | inherit clutter autotools features_check gobject-introspection gtk-doc | ||
11 | # depends on clutter-1.0 which depends on cogl-1.0 | ||
12 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
13 | |||
14 | DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" | ||
15 | |||
16 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-gtk-widgets \ | ||
19 | --with-dbus \ | ||
20 | --with-winsys=none \ | ||
21 | --without-clutter-imcontext \ | ||
22 | --without-clutter-gesture \ | ||
23 | --without-startup-notification \ | ||
24 | --without-glade \ | ||
25 | " | ||
26 | |||
27 | FILES_${PN} += "${datadir}" | ||