From fdf8469686c4efea4b7cfb98ab9683f0746b6495 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Wed, 2 Jun 2021 12:22:04 +0200 Subject: [PATCH] testing/libretro-cannonball: remove bundled deps --- testing/libretro-cannonball/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/libretro-cannonball/APKBUILD b/testing/libretro-cannonball/APKBUILD index ae1b81a5f91..9a5d6d0ab87 100644 --- a/testing/libretro-cannonball/APKBUILD +++ b/testing/libretro-cannonball/APKBUILD @@ -2,17 +2,19 @@ # Maintainer: David Demelier pkgname=libretro-cannonball pkgver=0_git20210309 -pkgrel=0 +pkgrel=1 _commit="b85f887b641baede72f4a6e0ef6fa5c4bd479159" pkgdesc="an enhanced OutRun Engine" url="https://github.com/libretro/cannonball" arch="all" license="custom" +makedepends="boost-dev" source="$pkgname-$_commit.tar.gz::https://github.com/libretro/cannonball/archive/$_commit.tar.gz" builddir="$srcdir/cannonball-$_commit" options="!check" # No tests build() { + rm -rf deps/boost make }