diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-01-30 23:18:32 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-01 12:05:37 +0100 |
| commit | f33e25403d73ee3344b2b94e55e7a7a0aa4369e8 (patch) | |
| tree | 49f8ef3f95a05f0936030bd5eb7a37698d462f4b /package/gstreamer | |
| parent | 9e05a1285f6044cec29b8ca30424413198950bc1 (diff) | |
| download | buildroot-f33e25403d73ee3344b2b94e55e7a7a0aa4369e8.tar.gz buildroot-f33e25403d73ee3344b2b94e55e7a7a0aa4369e8.zip | |
gstreamer{,1}: use more sensible kconfig names
The gstreamer / gstreamer1 names are not directly obvious to outsiders, so
spell out the fact that they are about the 0.10 and 1.x versions.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer')
| -rw-r--r-- | package/gstreamer/gstreamer/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gstreamer/gstreamer/Config.in b/package/gstreamer/gstreamer/Config.in index 75f8fda554..b833c96579 100644 --- a/package/gstreamer/gstreamer/Config.in +++ b/package/gstreamer/gstreamer/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_GSTREAMER - bool "gstreamer" + bool "gstreamer 0.10" depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_USE_MMU # glib2 @@ -31,6 +31,6 @@ config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY endif -comment "gstreamer needs a toolchain w/ wchar, threads" +comment "gstreamer 0.10 needs a toolchain w/ wchar, threads" depends on BR2_USE_MMU depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |

