into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/04 18:31:44+01:00 nexus.co.uk!pb
build fixes for gst-plugins
BKrev: 40e83f15TlX0PjDSswwxdKVMzN5H8g
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
file://ivorbis.patch;patch=1"
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd"
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd --disable-aalib --disable-arts --disable-artsc --disable-libfame"
inherit autotools pkgconfig
do_stage() {
install -d ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
install -m 0644 gst-libs/gst/gconf/gconf.h ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
- oe_libinstall -C gst-libs/gst/gconf -so libgstgconf-0.8
+ oe_libinstall -C gst-libs/gst/gconf -so libgstgconf-0.8 ${STAGING_LIBDIR}
}