diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-03 15:17:00 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-03 15:17:00 +0000 |
commit | 588e07f5f49d9e64267fc53d1b148d8fb49c87f9 (patch) | |
tree | c43391acfeef2a03da0ed92697e26d9280f4d4b1 /rhythmbox | |
parent | 35c3b0b4b38af11500fe0803650b2968be6a48dc (diff) |
add more RDEPENDS
BKrev: 410fac6cWOzxbmaJYSVk4-wDtUy0mQ
Diffstat (limited to 'rhythmbox')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index cb4a4dec12..c8db00ba34 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r3" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ file://ogg.m4 file://vorbis.m4" @@ -11,6 +11,8 @@ FILES_${PN} += " ${libdir}/bonobo/servers ${libdir}/bonobo/*.so ${datadir}/omf $ FILES_${PN}-doc += " ${datadir}/gnome/help" FILES_${PN}-dev += " ${libdir}/bonobo/*.la ${libdir}/bonobo/*.a" +RDEPENDS_${PN} = "gst-plugin-gnomevfs gst-plugin-esd gst-plugin-mad gst-plugin-ivorbis" + do_configure_prepend() { mkdir -p ${S}/m4 cp ${WORKDIR}/ogg.m4 ${S}/m4/ |