summaryrefslogtreecommitdiff
path: root/package/gstreamer/Config.in
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/Config.in
parent5582d5c707b552ca9a6cf0fa26d4a81b6b9bcd4b (diff)
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/Config.in')
-rw-r--r--package/gstreamer/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/gstreamer/Config.in b/package/gstreamer/Config.in
index 039d65767..c6292f4a7 100644
--- a/package/gstreamer/Config.in
+++ b/package/gstreamer/Config.in
@@ -1,5 +1,7 @@
# Gstreamer 0.10.x & Plugins
source "package/gstreamer/gstreamer/Config.in"
+
+if BR2_PACKAGE_GSTREAMER
source "package/gstreamer/gst-plugins-base/Config.in"
source "package/gstreamer/gst-plugins-good/Config.in"
source "package/gstreamer/gst-plugins-bad/Config.in"
@@ -9,3 +11,4 @@ source "package/gstreamer/gst-dsp/Config.in"
source "package/gstreamer/gst-fsl-plugins/Config.in"
source "package/gstreamer/gst-omapfb/Config.in"
source "package/gstreamer/gst-plugin-x170/Config.in"
+endif