gst-plugins-base: depend on libtheora so gst-plugin theora gets built
authorKoen Kooi <koen@openembedded.org>
Sat, 11 Apr 2009 13:55:35 +0000 (15:55 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 11 Apr 2009 13:55:35 +0000 (15:55 +0200)
recipes/gstreamer/gst-plugins-base_0.10.22.bb

index 92f2f56..3086d93 100644 (file)
@@ -2,11 +2,11 @@ require gst-plugins.inc
 
 PROVIDES += "gst-plugins"
 
-PR = "r1"
+PR = "r2"
 
 # gst-plugins-base only builds the alsa plugin
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just 
 # a missing alsa plugin
-DEPENDS += "alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"