aboutsummaryrefslogtreecommitdiffstats
path: root/gstreamer
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-04 17:32:05 +0000
committerPhil Blundell <philb@gnu.org>2004-07-04 17:32:05 +0000
commit1c4cfd8bd1de36553660d78246588df89f7812b0 (patch)
tree0f3e612b8b8f455b37d35c0d9fe943ffd6982ecc /gstreamer
parent132cc27a0ce6202a3f07adff06d836e673039667 (diff)
downloadopenembedded-1c4cfd8bd1de36553660d78246588df89f7812b0.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'gstreamer')
-rw-r--r--gstreamer/gst-plugins_0.8.1.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe
index 3c7ce50921..fbf75e8e5f 100644
--- a/gstreamer/gst-plugins_0.8.1.oe
+++ b/gstreamer/gst-plugins_0.8.1.oe
@@ -8,7 +8,7 @@ DEPENDS = "gstreamer esound-gpe zlib libmikmod libmad libogg tremor libvorbis li
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
@@ -26,5 +26,5 @@ python populate_packages_prepend () {
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}
}