From 181b6009a79060d41ed230cc14ff53175e8351d2 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 25 Oct 2022 12:24:18 +0000 Subject: [PATCH] novaplayer - fix recipe --- metadata/org.courville.nova.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index d915fc96eb..eb2d73f7df 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -685,8 +685,11 @@ Builds: subdir: Video submodules: true sudo: + - echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list - apt-get update - - apt-get install -y ninja-build build-essential nasm python3-wheel wget + - apt-get install -y -t stretch openjdk-8-jdk-headless + - apt-get install -y build-essential file maven nasm ninja-build pkg-config + python3-pip wget - pip3 install meson==0.53.2 gradle: - noamazon