diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-19 21:59:30 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-19 22:31:03 +0100 |
| commit | 61cef6db35ab35546eb836fdb0a2f0494fac1782 (patch) | |
| tree | 36d6be1874a5789006e6de6b11432ee919585039 /package/gstreamer/gst-plugin-x170 | |
| parent | 5582d5c707b552ca9a6cf0fa26d4a81b6b9bcd4b (diff) | |
| download | buildroot-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-plugin-x170')
| -rw-r--r-- | package/gstreamer/gst-plugin-x170/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/gstreamer/gst-plugin-x170/Config.in b/package/gstreamer/gst-plugin-x170/Config.in index d7fe96a49a..ed668c6ac4 100644 --- a/package/gstreamer/gst-plugin-x170/Config.in +++ b/package/gstreamer/gst-plugin-x170/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_GST_PLUGIN_X170 bool "gst-plugin-x170" - depends on BR2_PACKAGE_GSTREAMER depends on BR2_arm926t # glibc toolchain includes WCHAR and threading for libglib2 depends on BR2_TOOLCHAIN_USES_GLIBC # on2-8170-libs @@ -12,5 +11,5 @@ config BR2_PACKAGE_GST_PLUGIN_X170 http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer comment "gst-plugin-x170 needs an (e)glibc toolchain" - depends on BR2_PACKAGE_GSTREAMER && BR2_arm926t + depends on BR2_arm926t depends on !BR2_TOOLCHAIN_USES_GLIBC |

