Add pango dependency

We use pango to draw fonts. This requires glib and cairo support, too.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2011-11-26 15:29:39 +01:00
parent a12cf0aa7f
commit a33f9f589c
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# replace it with autotools, I would be glad to apply your patches.
#
CFLAGS=-g -O0 -Wall `pkg-config --cflags --libs egl gbm gl cairo` -Isrc
CFLAGS=-g -O0 -Wall `pkg-config --cflags --libs egl gbm gl cairo pango pangocairo` -Isrc
all:
gcc -o kmscon src/*.c $(CFLAGS)

4
README
View File

@ -9,6 +9,10 @@ console.
- EGL library
- gbm library
- GL library
- pango with:
- glib
- cairo
- pango
== Install ==
To compile the kmscon binary, use: