mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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>
This commit is contained in:
parent
9e05a1285f
commit
f33e25403d
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_GSTREAMER
|
config BR2_PACKAGE_GSTREAMER
|
||||||
bool "gstreamer"
|
bool "gstreamer 0.10"
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
depends on BR2_USE_MMU # glib2
|
depends on BR2_USE_MMU # glib2
|
||||||
@ -31,6 +31,6 @@ config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
|
|||||||
|
|
||||||
endif
|
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_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_GSTREAMER1
|
config BR2_PACKAGE_GSTREAMER1
|
||||||
bool "gstreamer1"
|
bool "gstreamer 1.x"
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
depends on BR2_USE_MMU # glib2
|
depends on BR2_USE_MMU # glib2
|
||||||
@ -50,6 +50,6 @@ config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
|
|||||||
|
|
||||||
endif
|
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_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user