SDL2_ttf: needs libGL in cross compilation.
This commit is contained in:
parent
9f1872ecbd
commit
9239aaf8d5
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="freetype-devel SDL2-devel libSM-devel"
|
||||
makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
|
||||
short_desc="Use TrueType fonts in your SDL 2.x applications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue