flutter: added dev libraries for the emulator
Four additional libraries seem to be needed to start the emulator on my machine.
This commit is contained in:
parent
f5daa8ab31
commit
e619018449
@ -25,6 +25,10 @@
|
|||||||
, libXcursor
|
, libXcursor
|
||||||
, libXdamage
|
, libXdamage
|
||||||
, libXfixes
|
, libXfixes
|
||||||
|
, libXrender
|
||||||
|
, libXtst
|
||||||
|
, libXi
|
||||||
|
, libXext
|
||||||
, libGL
|
, libGL
|
||||||
, nspr
|
, nspr
|
||||||
, nss
|
, nss
|
||||||
@ -114,7 +118,11 @@ let
|
|||||||
libXcomposite
|
libXcomposite
|
||||||
libXcursor
|
libXcursor
|
||||||
libXdamage
|
libXdamage
|
||||||
|
libXext
|
||||||
libXfixes
|
libXfixes
|
||||||
|
libXi
|
||||||
|
libXrender
|
||||||
|
libXtst
|
||||||
libGL
|
libGL
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user