This commit is contained in:
Matteo Signer
2018-01-15 20:36:29 +00:00
committed by GitHub
3 changed files with 159 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ endif
CC ?= gcc
CFLAGS += -Wall -std=c99 -Os -DVERSION="\"$(VERSION)\""
LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr
LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr -lxcb-image
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long \
-Wsign-conversion -Wconversion -Wimplicit-function-declaration