kmscon/autogen.sh
David Herrmann 5a3801386a font: rewrite font backend
We now properly draw fonts with OpenGL. We now use FreeType2 instead of
pango to avoid big dependencies.

We also add a DejaVu font so we currently don't have to deal with font
selection.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-01-22 22:44:12 +01:00

5 lines
82 B
Bash
Executable File

#!/bin/sh
mkdir -p m4/
autoreconf -i
./configure --enable-debug --enable-gles2 $*