|
@@ -1,3 +1,7 @@
|
|
|
|
+comment "gstreamer 1.x needs a toolchain w/ wchar, threads"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+
|
|
config BR2_PACKAGE_GSTREAMER1
|
|
config BR2_PACKAGE_GSTREAMER1
|
|
bool "gstreamer 1.x"
|
|
bool "gstreamer 1.x"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_USE_WCHAR # glib2
|
|
@@ -49,7 +53,3 @@ config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
|
|
additional space on the target.
|
|
additional space on the target.
|
|
|
|
|
|
endif
|
|
endif
|
|
-
|
|
|
|
-comment "gstreamer 1.x needs a toolchain w/ wchar, threads"
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|