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:
parent
bdddc0195e
commit
72599de9fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user