package/tvheadend: fix python3 detection
Fixes: http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06// Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
eb75d71b80
commit
29932ece35
@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS
|
||||
--arch="$(ARCH)" \
|
||||
--cpu="$(GCC_TARGET_CPU)" \
|
||||
--nowerror \
|
||||
--python="$(HOST_DIR)/bin/python" \
|
||||
--python="$(HOST_DIR)/bin/python3" \
|
||||
--enable-dvbscan \
|
||||
--enable-bundle \
|
||||
--enable-pngquant \
|
||||
|
Loading…
Reference in New Issue
Block a user