diff options
| -rw-r--r-- | meta/packages/mutter/mutter/nozenity.patch | 16 | ||||
| -rw-r--r-- | meta/packages/mutter/mutter_git.bb | 14 |
2 files changed, 25 insertions, 5 deletions
diff --git a/meta/packages/mutter/mutter/nozenity.patch b/meta/packages/mutter/mutter/nozenity.patch new file mode 100644 index 0000000000..06f5909533 --- /dev/null +++ b/meta/packages/mutter/mutter/nozenity.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Index: git/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/configure.in 2009-06-16 13:12:17.000000000 +0100 | ||
| 4 | +++ git/configure.in 2009-06-16 13:12:33.000000000 +0100 | ||
| 5 | @@ -575,11 +575,6 @@ | ||
| 6 | GCONF_SCHEMAS_INSTALL_FALSE= | ||
| 7 | fi | ||
| 8 | |||
| 9 | -AC_PATH_PROG(ZENITY, zenity, no) | ||
| 10 | -if test x"$ZENITY" = xno; then | ||
| 11 | - AC_MSG_ERROR([zenity not found in your path - needed for dialogs]) | ||
| 12 | -fi | ||
| 13 | - | ||
| 14 | AC_ARG_ENABLE(debug, | ||
| 15 | [ --enable-debug enable debugging],, | ||
| 16 | enable_debug=no) | ||
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index f98725d2bb..4615874eca 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
| @@ -1,15 +1,19 @@ | |||
| 1 | SECTION = "x11/wm" | 1 | 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 = "GPLv2" |
| 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 | # gobject-introspection |
| 6 | PR = "r8" | 6 | PR = "r9" |
| 7 | PV = "2.25.1+git${SRCREV}" | 7 | PV = "2.25.1+git${SRCPV}" |
| 8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.gnome.org/mutter.git;protocol=git;branch=master \ | 10 | # Gnome is the upstream but moblin is under more active development atm |
| 11 | # git://git.gnome.org/mutter.git;protocol=git;branch=master | ||
| 12 | # | ||
| 13 | SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ | ||
| 11 | file://nodocs.patch;patch=1 \ | 14 | file://nodocs.patch;patch=1 \ |
| 12 | file://crosscompile.patch;patch=1 \ | 15 | file://nozenity.patch;patch=1 \ |
| 16 | file://crosscompile.patch;patch=1 \ | ||
| 13 | file://fix_pkgconfig.patch;patch=1" | 17 | file://fix_pkgconfig.patch;patch=1" |
| 14 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 15 | 19 | ||
