From 5b71f08f1ccd3d08512be8e700af30a6f3c24527 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 18 Apr 2014 18:39:56 -0400 Subject: start laying out text with pango this breaks bold and italic for the moment, i'll restore that functionality soon. it also doesn't fix positioning of non-ASCII characters yet, but should make it possible to do so in the future. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c5df71..bdf6871 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUT = runes OBJ = runes.o display.o term.o parser.o window-xlib.o pty-unix.o -LIBS = cairo cairo-xlib libuv +LIBS = cairo cairo-xlib libuv pangocairo CFLAGS ?= -g -Wall -Wextra -Werror LDFLAGS ?= -g -Wall -Wextra -Werror -- cgit v1.2.3-54-g00ecf