gstreamer{,1}: use more sensible kconfig names
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 30 Jan 2014 22:18:32 +0000 (23:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 1 Feb 2014 11:05:37 +0000 (12:05 +0100)
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>
package/gstreamer/gstreamer/Config.in
package/gstreamer1/gstreamer1/Config.in

index 75f8fda554748719f99018ab1af50d589387e39e..b833c96579b0de7724d05aa892c821036d5f3ed3 100644 (file)
@@ -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
index 8c8f1653578ab3dbf4d4336594b2cf8acdd1f2ab..22dc4263086f14c822e8fc1dad18e790c33d80b5 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_GSTREAMER1
-       bool "gstreamer1"
+       bool "gstreamer 1.x"
        depends on BR2_USE_WCHAR # glib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
        depends on BR2_USE_MMU # glib2
@@ -50,6 +50,6 @@ config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
 
 endif
 
-comment "gstreamer1 needs a toolchain w/ wchar, threads"
+comment "gstreamer 1.x needs a toolchain w/ wchar, threads"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS