libplayer: remove broken Python bindings
This option has been marked as broken since 2011. No need for legacy handling. And anyway, nowadays we use automatic dependencies for bindings. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a603f03f11
commit
0f5b3d0fd8
@ -26,11 +26,5 @@ comment "gstreamer backend needs a toolchain w/ wchar, threads"
|
|||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBPLAYER_PYTHON
|
|
||||||
depends on BR2_PACKAGE_PYTHON
|
|
||||||
depends on BROKEN # player_init params, builds for host
|
|
||||||
bool "Libplayer python bindings"
|
|
||||||
endif
|
|
||||||
|
|
||||||
comment "libplayer needs a toolchain w/ threads"
|
comment "libplayer needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -39,9 +39,4 @@ else
|
|||||||
LIBPLAYER_CONF_OPTS += --disable-gstreamer
|
LIBPLAYER_CONF_OPTS += --disable-gstreamer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPLAYER_PYTHON),y)
|
|
||||||
LIBPLAYER_DEPENDENCIES += python
|
|
||||||
LIBPLAYER_CONF_OPTS += --enable-binding-python
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user