blob: 3b05ba8e723af58799db35e4749fca19c5f7eba2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require gst-plugins.inc
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
}
|