summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-good_0.10.23.bb
blob: a16043cc7e2246f4f2ed3ecdfc75c694856ec542 (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 = "r0"

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
}