fix(vlang): add libx11 dependency
This commit is contained in:
parent
304563055d
commit
e4d3efb47f
3 changed files with 19 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ pkgdesc='Locked Vlang version used to develop Vieter'
|
|||
arch=('x86_64' 'aarch64')
|
||||
url='https://vlang.io'
|
||||
license=('MIT')
|
||||
depends=('glibc')
|
||||
depends=('glibc' 'libx11')
|
||||
optdepends=('glfw: Needed for graphics support'
|
||||
'freetype2: Needed for graphics support'
|
||||
'openssl: Needed for http support')
|
||||
|
|
|
|||
Reference in a new issue