summaryrefslogtreecommitdiff
path: root/recipes/libogg/libtheora_1.0.bb
blob: ec08b8694e6e4517f8dff782282ff0f2c4912adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

DEPENDS = "libogg libvorbis"

PR = "r2"

SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
	   file://libtheora-1.0-no-docs.patch;patch=1"

inherit autotools lib_package

EXTRA_OECONF = "--disable-examples"

LEAD_SONAME = "libtheora.so.0"

do_configure_append() {
        find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g
}

AUTOTOOLS_STAGE_PKGCONFIG = "1"