diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-27 14:15:13 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-27 14:15:13 +0000 |
| commit | d9c8f31557504b38b0b084791e49539b07334f1e (patch) | |
| tree | c326aca883d1e577d65afe2f1c05dd60292bb835 /meta/packages/gnome/metacity-clutter_git.bb | |
| parent | deadb5259f307aaad70c5cb2ed9b60ff13a52bac (diff) | |
| download | poky-d9c8f31557504b38b0b084791e49539b07334f1e.tar.gz | |
metacity-clutter: Fix after recent updates
Diffstat (limited to 'meta/packages/gnome/metacity-clutter_git.bb')
| -rw-r--r-- | meta/packages/gnome/metacity-clutter_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/meta/packages/gnome/metacity-clutter_git.bb index 2abaef12d9..94e25a8b4a 100644 --- a/meta/packages/gnome/metacity-clutter_git.bb +++ b/meta/packages/gnome/metacity-clutter_git.bb | |||
| @@ -2,11 +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 clutter-0.8 gdk-pixbuf-csource-native intltool" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native intltool" |
| 5 | PR = "r5" | 5 | PR = "r7" |
| 6 | PV = "2.25.1+git${SRCREV}" | 6 | PV = "2.25.1+git${SRCREV}" |
| 7 | inherit gnome update-alternatives | 7 | inherit gnome update-alternatives |
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter \ | 9 | SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter \ |
| 10 | file://nodocs.patch;patch=1 \ | ||
| 10 | file://fix_pkgconfig.patch;patch=1" | 11 | file://fix_pkgconfig.patch;patch=1" |
| 11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 12 | 13 | ||
| @@ -22,6 +23,10 @@ EXTRA_OECONF += "--disable-verbose \ | |||
| 22 | FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" | 23 | FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" |
| 23 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" | 24 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" |
| 24 | 25 | ||
| 26 | do_configure_prepend () { | ||
| 27 | echo "EXTRA_DIST=" > ${S}/gnome-doc-utils.make | ||
| 28 | } | ||
| 29 | |||
| 25 | do_stage () { | 30 | do_stage () { |
| 26 | autotools_stage_all | 31 | autotools_stage_all |
| 27 | } | 32 | } |
