bomi: use python2 for build

For one, python is required on host for waf (to build mpv). However,
python3.8 does not work with this, so use python2 for now.
This commit is contained in:
q66 2020-01-04 22:30:10 +01:00
parent 18691bd7d2
commit a626a97d49

View file

@ -4,7 +4,8 @@ version=0.9.11
revision=14
build_style=configure
configure_args="--disable-systemd --release --prefix=/usr"
hostmakedepends="pkg-config curl perl"
# does not build using py3.8 because of waf issues
hostmakedepends="python pkg-config curl perl"
makedepends="qt5-devel MesaLib-devel ffmpeg-devel mpg123-devel libass-devel
libdvdread-devel libdvdnav-devel libbluray-devel icu-devel libxcb-devel
xcb-util-wm-devel libva-devel libva-glx-devel alsa-lib-devel libvdpau-devel