diff options
Diffstat (limited to 'meta/packages/mutter')
-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" |