mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
android-studio: add missing dep for emulator
Android emulators fail to start without libbsd.so.0 being present.
This commit is contained in:
parent
b0ee3a0eca
commit
b8b146ffeb
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue