Skip to content

Commit

Permalink
libplayer: add missing indirect dependency from gstreamer
Browse files Browse the repository at this point in the history
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
arnout authored and jacmet committed Feb 20, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent d8d164b commit 5010bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/libplayer/Config.in
Original file line number Diff line number Diff line change
@@ -27,9 +27,11 @@ config BR2_PACKAGE_LIBPLAYER_GSTREAMER
bool "gstreamer backend"
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_GSTREAMER

comment "gstreamer backend needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_LIBPLAYER_PYTHON

0 comments on commit 5010bdc

Please sign in to comment.