libtheora: don't build the examples
authorwoglinde <heinold@inf.fu-berlin.de>
Tue, 24 Mar 2009 21:55:15 +0000 (22:55 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Sat, 28 Mar 2009 23:28:49 +0000 (00:28 +0100)
* zaps the dependency on sdl
* bump PR

recipes/libogg/libtheora_1.0.bb

index 55d3e83..0d858cd 100644 (file)
@@ -1,18 +1,19 @@
 
-DEPENDS = "libogg libvorbis libsdl-x11"
+DEPENDS = "libogg libvorbis"
+
+PR = "r1"
 
 SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2"
 
 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"
-do_stage() {
-         autotools_stage_all
-}
-