libogg: update to version 1.1.4
[openembedded.git] / recipes / libogg / libtheora_0.9+1.0alpha7.bb
blob5a372b65a1ddb0b8b3fd58492e3d3c7f17f47398
2 DEPENDS = "libogg libvorbis libsdl-x11"
4 SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz"
6 S = "${WORKDIR}/libtheora-1.0alpha7"
8 inherit autotools pkgconfig lib_package
11 do_configure_append() {
12 find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g
15 do_stage() {
16 autotools_stage_all