diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-23 12:54:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-23 12:54:15 +0000 |
commit | 5d82d23f726975ce78a8b467ea4a275ed2cd0b72 (patch) | |
tree | 870cecc437b0273cbb9bdec5e2ddacc34516586e /meta/packages/gnome/metacity_2.22.0.bb | |
parent | b64f91322d41ec82c0f4a336c544611d2479ac54 (diff) | |
download | poky-5d82d23f726975ce78a8b467ea4a275ed2cd0b72.tar.gz |
metacity: do not require gdk-pixbuf-csource
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5241 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gnome/metacity_2.22.0.bb b/meta/packages/gnome/metacity_2.22.0.bb index 9250d4a45f..ee95c6245d 100644 --- a/meta/packages/gnome/metacity_2.22.0.bb +++ b/meta/packages/gnome/metacity_2.22.0.bb | |||
@@ -2,10 +2,12 @@ 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" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | inherit gnome update-alternatives | 7 | inherit gnome update-alternatives |
8 | 8 | ||
9 | SRC_URI += "file://no-csource.patch;patch=1" | ||
10 | |||
9 | ALTERNATIVE_NAME = "x-window-manager" | 11 | ALTERNATIVE_NAME = "x-window-manager" |
10 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 12 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
11 | ALTERNATIVE_PATH = "${bindir}/metacity" | 13 | ALTERNATIVE_PATH = "${bindir}/metacity" |