summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx/mx.inc
diff options
context:
space:
mode:
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}"