aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-18 18:39:56 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-18 18:39:56 -0400
commit5b71f08f1ccd3d08512be8e700af30a6f3c24527 (patch)
tree17f78f8d818d1b67065169defd19c5d4c3df181b /Makefile
parent9524de2133b5d731987228e3eb297a990af6f2bc (diff)
downloadrunes-5b71f08f1ccd3d08512be8e700af30a6f3c24527.tar.gz
runes-5b71f08f1ccd3d08512be8e700af30a6f3c24527.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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