android-studio: added libGL as a dependency
Without it, when starting an android emulator in some cases results in the cryptic, "KVM is required to run this AVD. Unknown Error" Fixes #41703
This commit is contained in:
parent
3ca1571d89
commit
e1eb55deae
@ -16,6 +16,7 @@
|
|||||||
, fontconfig
|
, fontconfig
|
||||||
, freetype
|
, freetype
|
||||||
, libpulseaudio
|
, libpulseaudio
|
||||||
|
, libGL
|
||||||
, libX11
|
, libX11
|
||||||
, libXext
|
, libXext
|
||||||
, libXi
|
, libXi
|
||||||
@ -97,6 +98,7 @@ let
|
|||||||
# For Android emulator
|
# For Android emulator
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
libX11
|
libX11
|
||||||
|
libGL
|
||||||
|
|
||||||
# For GTKLookAndFeel
|
# For GTKLookAndFeel
|
||||||
gtk2
|
gtk2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user