android-studio: add missing dep for emulator

Android emulators fail to start without libbsd.so.0 being present.
This commit is contained in:
meator 2024-12-06 10:24:02 +01:00 committed by classabbyamp
parent b0ee3a0eca
commit b8b146ffeb

View file

@ -1,9 +1,10 @@
# Template file for 'android-studio'
pkgname=android-studio
version=2024.2.1.9
revision=1
revision=2
archs="x86_64"
hostmakedepends="tar"
depends="libbsd"
short_desc="Official Android IDE"
maintainer="Bnyro <bnyro@tutanota.com>"
license="Apache-2.0"