summaryrefslogtreecommitdiffstats
path: root/package/gstreamer/gst-fsl-plugins
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-19 21:59:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-19 22:31:03 +0100
commit61cef6db35ab35546eb836fdb0a2f0494fac1782 (patch)
tree36d6be1874a5789006e6de6b11432ee919585039 /package/gstreamer/gst-fsl-plugins
parent5582d5c707b552ca9a6cf0fa26d4a81b6b9bcd4b (diff)
downloadbuildroot-61cef6db35ab35546eb836fdb0a2f0494fac1782.tar.gz
buildroot-61cef6db35ab35546eb836fdb0a2f0494fac1782.zip
gstreamer packages: factorize dependency on gstreamer
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gst-fsl-plugins')
-rw-r--r--package/gstreamer/gst-fsl-plugins/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/gstreamer/gst-fsl-plugins/Config.in b/package/gstreamer/gst-fsl-plugins/Config.in
index a9034fa740..4e2bbe41ad 100644
--- a/package/gstreamer/gst-fsl-plugins/Config.in
+++ b/package/gstreamer/gst-fsl-plugins/Config.in
@@ -1,11 +1,10 @@
comment "gst-fsl-plugins needs an imx-specific Linux kernel to be built"
- depends on BR2_arm && BR2_PACKAGE_GSTREAMER && !BR2_LINUX_KERNEL
+ depends on BR2_arm && !BR2_LINUX_KERNEL
config BR2_PACKAGE_GST_FSL_PLUGINS
bool "gst-fsl-plugins"
depends on BR2_LINUX_KERNEL
depends on BR2_arm # Only relevant for i.MX
- depends on BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE
select BR2_PACKAGE_LIBFSLVPUWRAP
select BR2_PACKAGE_IMX_LIB
OpenPOWER on IntegriCloud