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:
parent
a12cf0aa7f
commit
a33f9f589c
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user