From a33f9f589c5d8a652496778257dabcc8c9b6a83a Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 26 Nov 2011 15:29:39 +0100 Subject: [PATCH] Add pango dependency We use pango to draw fonts. This requires glib and cairo support, too. Signed-off-by: David Herrmann --- Makefile | 2 +- README | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51283d0..b57717f 100644 --- 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 --- 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: -- 2.7.4