diff options
author | Chris Larson <clarson@kergoth.com> | 2008-11-20 13:47:07 -0700 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2008-11-20 13:47:07 -0700 |
commit | 1087639b1ad29bbb46dae463c0bec8cab967db15 (patch) | |
tree | 8673b7499f0bf4990b00a865ed1903cbc11b37c3 | |
parent | f31d2817b4a87cc2987886cb67e5d736d64bdfe1 (diff) | |
parent | b5bbcbc68c77a87e829def5b6b0feee6918727b2 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
* 'org.openembedded.dev' of git://git.openembedded.net/openembedded:
metacity: bump u-a priority to take precedence over mb-wm and mb-common
-rw-r--r-- | packages/gnome/metacity_2.24.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gnome/metacity_2.24.0.bb b/packages/gnome/metacity_2.24.0.bb index e978064879..c36958f54b 100644 --- a/packages/gnome/metacity_2.24.0.bb +++ b/packages/gnome/metacity_2.24.0.bb @@ -3,12 +3,14 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you." LICENSE = "GPL" DEPENDS = "libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native" +PR = "r1" + inherit gnome update-alternatives ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PATH = "${bindir}/metacity" -ALTERNATIVE_PRIORITY = "10" +ALTERNATIVE_PRIORITY = "30" EXTRA_OECONF += "--disable-verbose \ --disable-xinerama" |