diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-12 15:06:52 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-12 15:07:02 +0100 |
commit | d9e6cabc1794e95e66f68277539649c4416f21b9 (patch) | |
tree | 677df21e5e2b227574b1bdb9e193329fe08c94a2 /meta/packages | |
parent | f6cb8229b970e5dff305995ae090607a8f66b33b (diff) | |
download | poky-d9e6cabc1794e95e66f68277539649c4416f21b9.tar.gz |
mutter: Disable introspection for now
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/mutter/mutter_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index 7d3a3b8c4f..f98725d2bb 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
@@ -2,6 +2,7 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" |
5 | # gobject-introspection | ||
5 | PR = "r8" | 6 | PR = "r8" |
6 | PV = "2.25.1+git${SRCREV}" | 7 | PV = "2.25.1+git${SRCREV}" |
7 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
@@ -19,6 +20,7 @@ ALTERNATIVE_PRIORITY = "11" | |||
19 | 20 | ||
20 | EXTRA_OECONF += "--disable-verbose \ | 21 | EXTRA_OECONF += "--disable-verbose \ |
21 | --disable-xinerama \ | 22 | --disable-xinerama \ |
23 | --without-introspection \ | ||
22 | --with-clutter" | 24 | --with-clutter" |
23 | 25 | ||
24 | FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" | 26 | FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" |