mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
Now that MX inherits gtk-doc we can also remove fix-build-dir.patch. (From OE-Core rev: e8d4e80e5cc98e2e0470c85f3c08574d30d466c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
633 B
PHP
22 lines
633 B
PHP
SUMMARY = "Clutter based UI widget library"
|
|
LICENSE = "LGPLv2.1"
|
|
|
|
inherit clutter autotools distro_features_check gobject-introspection gtk-doc
|
|
# depends on clutter-1.0 which depends on cogl-1.0
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf"
|
|
|
|
SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz"
|
|
|
|
EXTRA_OECONF = "--disable-gtk-widgets \
|
|
--with-dbus \
|
|
--with-winsys=none \
|
|
--without-clutter-imcontext \
|
|
--without-clutter-gesture \
|
|
--without-startup-notification \
|
|
--without-glade \
|
|
"
|
|
|
|
FILES_${PN} += "${datadir}"
|