summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb
blob: 3ec7434c149ce2f59d5fcd246f609e8244144fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require gst-plugins.inc

inherit gettext

DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
	    speex"
PR = "r4"

EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check"

PACKAGES += "gst-plugin-id3demux"

do_configure_prepend() {
	# This m4 file contains nastiness which conflicts with libtool 2.2.2
	rm ${S}/m4/lib-link.m4 || true
}