diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-22 15:08:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:45 +0100 |
commit | c4ee663afbac01df29a655ed58ebfdb3add23129 (patch) | |
tree | 1f69067fe47311ad90b70184b33d1832ac043c3e /meta/recipes-graphics | |
parent | 92f482bc3c069730247f8f8b596d741c17d4a1e2 (diff) | |
download | poky-c4ee663afbac01df29a655ed58ebfdb3add23129.tar.gz |
mx-1.0: inherit gtk-doc
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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 b6f5b7ca61..2429f189c2 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 gobject-introspection | 4 | inherit clutter autotools-brokensep distro_features_check gobject-introspection gtk-doc |
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 = "intltool-native 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-gtk-doc \ | 12 | EXTRA_OECONF = "--disable-gtk-widgets \ |
13 | --disable-gtk-widgets \ | ||
14 | --with-dbus \ | 13 | --with-dbus \ |
15 | --with-winsys=none \ | 14 | --with-winsys=none \ |
16 | --without-clutter-imcontext \ | 15 | --without-clutter-imcontext \ |