From 9fc0db6635efcc5ebe1a6772a4b0b840a97219cb Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 1 Oct 2022 18:17:27 +0200 Subject: [PATCH] community/dolphin-emu: fix build with Qt using GLES on ARM --- community/dolphin-emu/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/dolphin-emu/APKBUILD b/community/dolphin-emu/APKBUILD index 0f6b38bdb23..b6d1ea93821 100644 --- a/community/dolphin-emu/APKBUILD +++ b/community/dolphin-emu/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=dolphin-emu pkgver=5.0_git20220817 -pkgrel=0 +pkgrel=1 _commit="86d760b8143989627bdff1be4474ce2fe59db8e9" _commit_libspng="dc5b1032c08efac68ad30170f7ccbf0aa8dd55c9" _commit_mgba="40d4c430fc36caeb7ea32fd39624947ed487d2f2" @@ -31,6 +31,7 @@ makedepends=" lzo-dev mesa-dev mesa-egl + mbedtls-dev miniupnpc-dev ninja pugixml-dev @@ -93,7 +94,6 @@ prepare() { imgui libspng mGBA - mbedtls minizip picojson rangeset -- GitLab