projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdddc01
)
libplayer: add back missing endif
author
Peter Korsgaard
<peter@korsgaard.com>
Thu, 9 Mar 2017 21:49:54 +0000
(22:49 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 9 Mar 2017 21:49:54 +0000
(22:49 +0100)
Commit
0f5b3d0fd81
(libplayer: remove broken Python bindings) accidently
removed an endif from Config.in, breaking menuconfig.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplayer/Config.in
patch
|
blob
|
history
diff --git
a/package/libplayer/Config.in
b/package/libplayer/Config.in
index 89809ebcfa143863048e3a2cd373449f68b19696..1261c1eca4b831d964b96c3601212f743530d618 100644
(file)
--- a/
package/libplayer/Config.in
+++ b/
package/libplayer/Config.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