diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:02:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:02:25 +0000 |
commit | ca9e7ef9c0eac049158ede49b5a9035103bd682a (patch) | |
tree | d6a6a3fbb59011b49e1d3f1b4b35e0111b45dcee /rhythmbox | |
parent | 8603c07da883bfbe1baf2fefb1f4b718a42a2312 (diff) |
gnome-games_2.6.1.oe:
use gnome.oeclass
rhythmbox_0.8.5.oe, gnumeric_1.3.1.oe, galculator_1.2.3.oe:
inherit gconf
BKrev: 410d6871kmr1xoaivyu22cPDkPqeXA
Diffstat (limited to 'rhythmbox')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index 8dc2d14bcf..cb4a4dec12 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -1,3 +1,4 @@ +PR = "r1" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ file://ogg.m4 file://vorbis.m4" @@ -16,7 +17,7 @@ do_configure_prepend() { cp ${WORKDIR}/vorbis.m4 ${S}/m4/ } -inherit autotools +inherit autotools gconf do_compile() { oe_runmake ORBIT_IDL=`which orbit-idl-2` |