SDL2_ttf: needs libGL in cross compilation.

This commit is contained in:
Juan RP 2016-01-05 11:19:06 +01:00
parent 9f1872ecbd
commit 9239aaf8d5

View file

@ -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"