gstreamer: Add libmodplug to the DEPENDS of the gst-plugins.inc as several of the...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 3 Apr 2010 21:12:34 +0000 (22:12 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:21:06 +0000 (08:21 +0100)
recipes/gstreamer/gst-plugins.inc

index b060eb2..27e2558 100644 (file)
@@ -2,10 +2,10 @@ require gst-common.inc
 require gst-plugins-package.inc
 
 DESCRIPTION = "Plugins for GStreamer"
-DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis"
+DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis libmodplug"
 DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag', d)}"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 PACKAGES_DYNAMIC = "gst-plugin-*"