diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-07 13:57:52 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-07 13:57:52 +0100 |
commit | b2112e9f85ada538fdb2360d9c834e98da5d2072 (patch) | |
tree | 82e26f611519413fdb14e68bc355be4b40f0aeba /meta/packages/mutter/mutter_git.bb | |
parent | 87de4bd5c72819f8a32df77d172752d73909dd09 (diff) | |
download | poky-b2112e9f85ada538fdb2360d9c834e98da5d2072.tar.gz |
mutter: Update after recent upstream changes and renaming
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.bb | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index 7a0e87d1bc..cebdc7cf08 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutte | |||
3 | LICENSE = "GPLv2" | 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 = "r9" | 6 | PR = "r10" |
7 | PV = "2.25.1+git${SRCPV}" | 7 | PV = "2.25.1+git${SRCPV}" |
8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
9 | 9 | ||
@@ -13,13 +13,15 @@ inherit gnome update-alternatives | |||
13 | SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ | 13 | SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ |
14 | file://nodocs.patch;patch=1 \ | 14 | file://nodocs.patch;patch=1 \ |
15 | file://nozenity.patch;patch=1 \ | 15 | file://nozenity.patch;patch=1 \ |
16 | file://crosscompile.patch;patch=1 \ | 16 | file://crosscompile.patch;patch=1;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ |
17 | file://fix_pkgconfig.patch;patch=1" | 17 | file://fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch;patch=1;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ |
18 | file://fix_pkgconfig.patch;patch=1;notrev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ | ||
19 | " | ||
18 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
19 | 21 | ||
20 | ALTERNATIVE_NAME = "x-window-manager" | 22 | ALTERNATIVE_NAME = "x-window-manager" |
21 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 23 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
22 | ALTERNATIVE_PATH = "${bindir}/metacity" | 24 | ALTERNATIVE_PATH = "${bindir}/mutter" |
23 | ALTERNATIVE_PRIORITY = "11" | 25 | ALTERNATIVE_PRIORITY = "11" |
24 | 26 | ||
25 | EXTRA_OECONF += "--disable-verbose \ | 27 | EXTRA_OECONF += "--disable-verbose \ |
@@ -29,8 +31,8 @@ EXTRA_OECONF += "--disable-verbose \ | |||
29 | 31 | ||
30 | #RDEPENDS_${PN} = "zenity" | 32 | #RDEPENDS_${PN} = "zenity" |
31 | 33 | ||
32 | FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" | 34 | FILES_${PN} += "${datadir}/themes ${libdir}/mutter/plugins/*.so ${datadir}/gnome/wm-properties/" |
33 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" | 35 | FILES_${PN}-dbg += "${libdir}/mutter/plugins/.debug/*" |
34 | 36 | ||
35 | export CC_FOR_BUILD = "${BUILD_CC}" | 37 | export CC_FOR_BUILD = "${BUILD_CC}" |
36 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE}/glib-2.0 -I${STAGING_INCDIR_NATIVE}/glib-2.0/include" | 38 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE}/glib-2.0 -I${STAGING_INCDIR_NATIVE}/glib-2.0/include" |
@@ -52,8 +54,8 @@ fi | |||
52 | 54 | ||
53 | . ${sysconfdir}/init.d/functions | 55 | . ${sysconfdir}/init.d/functions |
54 | 56 | ||
55 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[default]' | 57 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/mutter/general/clutter_plugins '[default]' |
56 | 58 | ||
57 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/metacity/general/compositing_manager true | 59 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/mutter/general/compositing_manager true |
58 | } | 60 | } |
59 | 61 | ||