fix(vlang): add libx11 dependency
This commit is contained in:
parent
304563055d
commit
e4d3efb47f
3 changed files with 19 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ pkgbase = vieter-vlang
|
|||
license = MIT
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
depends = libx11
|
||||
optdepends = glfw: Needed for graphics support
|
||||
optdepends = freetype2: Needed for graphics support
|
||||
optdepends = openssl: Needed for http support
|
||||
|
|
|
|||
Reference in a new issue