diff options
author | chris@(none) <chris@(none)> | 2004-07-22 11:27:13 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-07-22 11:27:13 +0000 |
commit | bb1067539868660324368ea8f998fe7204e386a3 (patch) | |
tree | 8a0b59ec6237f6dc05fbe7ef428dab50dc9b0804 /rhythmbox | |
parent | 1b4a07de13ba1b5c2591aff129d58d5084cb8d22 (diff) |
Fix dependencies for rhythmbox - Still doesn't build though.
BKrev: 40ffa491z3tdoXcA4AjNh54lX1W-vA
Diffstat (limited to 'rhythmbox')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index e69de29bb2..79b20cd20d 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -0,0 +1,19 @@ +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ + file://ogg.m4 file://vorbis.m4" + +DEPENDS = "gstreamer gst-plugins libgnomeui" + +EXTRA_OECONF = "--disable-schemas-install" + +FILES_${PN} += " ${libdir}/bonobo/servers ${libdir}/bonobo/*.so ${datadir}/omf ${datadir}/mime-info \ + ${datadir}/application-registry ${datadir}/gnome-2.0 ${datadir}/idl" +FILES_${PN}-doc += " ${datadir}/gnome/help" +FILES_${PN}-dev += " ${libdir}/bonobo/*.la ${libdir}/bonobo/*.a" + +do_configure_prepend() { + mkdir -p ${S}/m4 + cp ${WORKDIR}/ogg.m4 ${S}/m4/ + cp ${WORKDIR}/vorbis.m4 ${S}/m4/ +} + +inherit autotools |