Add pango dependency
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 14:29:39 +0000 (15:29 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 14:29:39 +0000 (15:29 +0100)
We use pango to draw fonts. This requires glib and cairo support, too.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile
README

index 51283d0..b57717f 100644 (file)
--- a/Makefile
+++ b/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)
diff --git a/README b/README
index 7457e6e..ecca9fd 100644 (file)
--- a/README
+++ b/README
@@ -9,6 +9,10 @@ console.
       - EGL library
       - gbm library
       - GL library
+    - pango with:
+      - glib
+      - cairo
+      - pango
 
 == Install ==
   To compile the kmscon binary, use: