Initial cairo migration

This commit is contained in:
LemonBoy
2014-07-23 21:15:40 +02:00
parent 1199bcd4cb
commit f9deacf0bc
2 changed files with 138 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
CC ?= gcc
STRIP ?= strip
CFLAGS = -std=c99 -Os
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
LDFLAGS = -lxcb -lcairo -lxcb-xinerama -lxcb-randr
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration