diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc index dec692071b..68a70b1368 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | |||
| @@ -4,7 +4,8 @@ BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | |||
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | DEPENDS = "gstreamer" | 5 | DEPENDS = "gstreamer" |
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig | 7 | # gobject-introspection to get --disable-introspection into UNKNOWN_CONFIGURE_WHITELIST |
| 8 | inherit autotools pkgconfig gobject-introspection | ||
| 8 | 9 | ||
| 9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | 10 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" |
| 10 | 11 | ||
