summaryrefslogtreecommitdiffstats
path: root/meta/packages/mutter/mutter_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-07 13:57:52 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-07 13:57:52 +0100
commitb2112e9f85ada538fdb2360d9c834e98da5d2072 (patch)
tree82e26f611519413fdb14e68bc355be4b40f0aeba /meta/packages/mutter/mutter_git.bb
parent87de4bd5c72819f8a32df77d172752d73909dd09 (diff)
downloadpoky-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.bb18
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
3LICENSE = "GPLv2" 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 = "r9" 6PR = "r10"
7PV = "2.25.1+git${SRCPV}" 7PV = "2.25.1+git${SRCPV}"
8inherit gnome update-alternatives 8inherit gnome update-alternatives
9 9
@@ -13,13 +13,15 @@ inherit gnome update-alternatives
13SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ 13SRC_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 "
18S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
19 21
20ALTERNATIVE_NAME = "x-window-manager" 22ALTERNATIVE_NAME = "x-window-manager"
21ALTERNATIVE_LINK = "${bindir}/x-window-manager" 23ALTERNATIVE_LINK = "${bindir}/x-window-manager"
22ALTERNATIVE_PATH = "${bindir}/metacity" 24ALTERNATIVE_PATH = "${bindir}/mutter"
23ALTERNATIVE_PRIORITY = "11" 25ALTERNATIVE_PRIORITY = "11"
24 26
25EXTRA_OECONF += "--disable-verbose \ 27EXTRA_OECONF += "--disable-verbose \
@@ -29,8 +31,8 @@ EXTRA_OECONF += "--disable-verbose \
29 31
30#RDEPENDS_${PN} = "zenity" 32#RDEPENDS_${PN} = "zenity"
31 33
32FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" 34FILES_${PN} += "${datadir}/themes ${libdir}/mutter/plugins/*.so ${datadir}/gnome/wm-properties/"
33FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" 35FILES_${PN}-dbg += "${libdir}/mutter/plugins/.debug/*"
34 36
35export CC_FOR_BUILD = "${BUILD_CC}" 37export CC_FOR_BUILD = "${BUILD_CC}"
36export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE}/glib-2.0 -I${STAGING_INCDIR_NATIVE}/glib-2.0/include" 38export 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
55gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[default]' 57gconftool-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
57gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/metacity/general/compositing_manager true 59gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/mutter/general/compositing_manager true
58} 60}
59 61