mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libplayer: add back missing endif
Commit 0f5b3d0fd8 (libplayer: remove broken Python bindings) accidently
removed an endif from Config.in, breaking menuconfig.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -25,6 +25,7 @@ config BR2_PACKAGE_LIBPLAYER_GSTREAMER
|
||||
comment "gstreamer backend needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
endif
|
||||
|
||||
comment "libplayer needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user