diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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) @@ -9,6 +9,10 @@ console. - EGL library - gbm library - GL library + - pango with: + - glib + - cairo + - pango == Install == To compile the kmscon binary, use: |