summaryrefslogtreecommitdiffstats
path: root/meta/packages/mutter/mutter_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-16 13:18:27 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-16 13:18:27 +0100
commit7ea5d80a842413f52f0519b4151dc266663824c2 (patch)
tree66b477912a44c88d8924ebcd82f8444199237469 /meta/packages/mutter/mutter_git.bb
parente595bc11c8158c9ad651f4451f6f8dae45cc67e3 (diff)
downloadpoky-7ea5d80a842413f52f0519b4151dc266663824c2.tar.gz
mutter: Switch to moblin repository, drop zenity requirement as its not used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mutter/mutter_git.bb')
-rw-r--r--meta/packages/mutter/mutter_git.bb14
1 files changed, 9 insertions, 5 deletions
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 @@
1SECTION = "x11/wm" 1SECTION = "x11/wm"
2DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." 2DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter."
3LICENSE = "GPL" 3LICENSE = "GPLv2"
4DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" 4DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native"
5# gobject-introspection 5# gobject-introspection
6PR = "r8" 6PR = "r9"
7PV = "2.25.1+git${SRCREV}" 7PV = "2.25.1+git${SRCPV}"
8inherit gnome update-alternatives 8inherit gnome update-alternatives
9 9
10SRC_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#
13SRC_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"
14S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
15 19