summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx/mx.inc
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-06-01 17:21:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-03 23:09:42 +0100
commitd31ff93415cfc20dc7d99da0a9db4081544e289a (patch)
tree3631b02690701c12035fd59d330258d6515c60af /meta/recipes-graphics/mx/mx.inc
parentba491952ee8b6183251f37e62485fc49b6e87ea5 (diff)
downloadpoky-d31ff93415cfc20dc7d99da0a9db4081544e289a.tar.gz
mx: remove from Openembedded Core
MX is obsolete (last release 2012) and isn't used by anything in any known layer. (From OE-Core rev: ecc5d74854c9152d21140f2a44927b98ae10c0cd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx/mx.inc')
-rw-r--r--meta/recipes-graphics/mx/mx.inc27
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 @@
1SUMMARY = "Clutter based UI widget library"
2DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \
3elements, including buttons, progress bars, scroll bars and others. It also \
4implements some standard managers. One other interesting feature is the \
5possibility setting style properties from a CSS format file."
6HOMEPAGE = "https://github.com/clutter-project/mx"
7BUGTRACKER = "https://github.com/clutter-project/mx/issues"
8LICENSE = "LGPLv2.1"
9
10inherit clutter autotools features_check gobject-introspection gtk-doc
11# depends on clutter-1.0 which depends on cogl-1.0
12REQUIRED_DISTRO_FEATURES = "opengl"
13
14DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf"
15
16SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz"
17
18EXTRA_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
27FILES_${PN} += "${datadir}"