diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:45 +0000 |
commit | c1d67e459d24c47ec8728123ba628e1cceae2140 (patch) | |
tree | fe211903efd28c5718332e17c355b4c7d01770d6 /meta/recipes-graphics/mx | |
parent | 0ec412b09dc8b1bd3a003e11c7077e1d59194882 (diff) | |
download | poky-c1d67e459d24c47ec8728123ba628e1cceae2140.tar.gz |
clutter: enable gobject introspection
(From OE-Core rev: e364deddafaec1f1f6b58ac41542dfc91d5145a4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx')
-rw-r--r-- | meta/recipes-graphics/mx/mx.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc index aa4915d25c..4f1095793d 100644 --- a/meta/recipes-graphics/mx/mx.inc +++ b/meta/recipes-graphics/mx/mx.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Clutter based UI widget library" | 1 | SUMMARY = "Clutter based UI widget library" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | 3 | ||
4 | inherit clutter autotools-brokensep distro_features_check | 4 | inherit clutter autotools-brokensep distro_features_check gobject-introspection |
5 | # depends on clutter-1.0 which depends on cogl-1.0 | 5 | # depends on clutter-1.0 which depends on cogl-1.0 |
6 | REQUIRED_DISTRO_FEATURES = "opengl" | 6 | REQUIRED_DISTRO_FEATURES = "opengl" |
7 | 7 | ||
@@ -9,8 +9,7 @@ DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf" | |||
9 | 9 | ||
10 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" | 10 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-introspection \ | 12 | EXTRA_OECONF = "--disable-gtk-doc \ |
13 | --disable-gtk-doc \ | ||
14 | --disable-gtk-widgets \ | 13 | --disable-gtk-widgets \ |
15 | --with-dbus \ | 14 | --with-dbus \ |
16 | --with-winsys=none \ | 15 | --with-winsys=none \ |