diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:10:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:10:41 +0000 |
commit | 0b751d3a190bae3d9828997aac5d25ef03831f97 (patch) | |
tree | 7c408fb5550d9f5287484a1daeac84350803008e /meta/packages/gnome/metacity_2.22.0.bb | |
parent | b40263eca911b59627387a426d433f6cf6b8a390 (diff) | |
download | poky-0b751d3a190bae3d9828997aac5d25ef03831f97.tar.gz |
metacity(-clutter): use gdk-pixbuf-csource-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5258 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/metacity_2.22.0.bb')
-rw-r--r-- | meta/packages/gnome/metacity_2.22.0.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/gnome/metacity_2.22.0.bb b/meta/packages/gnome/metacity_2.22.0.bb index ee95c6245d..43212c523b 100644 --- a/meta/packages/gnome/metacity_2.22.0.bb +++ b/meta/packages/gnome/metacity_2.22.0.bb | |||
@@ -1,13 +1,11 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "startup-notification gtk+ gconf" | 4 | DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | inherit gnome update-alternatives | 7 | inherit gnome update-alternatives |
8 | 8 | ||
9 | SRC_URI += "file://no-csource.patch;patch=1" | ||
10 | |||
11 | ALTERNATIVE_NAME = "x-window-manager" | 9 | ALTERNATIVE_NAME = "x-window-manager" |
12 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 10 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
13 | ALTERNATIVE_PATH = "${bindir}/metacity" | 11 | ALTERNATIVE_PATH = "${bindir}/metacity" |