add initial randr support and adjust xinerama support
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,12 +1,7 @@
|
||||
CC ?= gcc
|
||||
STRIP ?= strip
|
||||
CFLAGS = -std=c99 -fshort-wchar -Os
|
||||
LDFLAGS = -lxcb
|
||||
XINERAMA ?= 0
|
||||
ifneq "$(XINERAMA)" "0"
|
||||
LDFLAGS += -lxcb-xinerama
|
||||
CFLAGS += -DXINERAMA=${XINERAMA}
|
||||
endif
|
||||
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
|
||||
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
|
||||
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
|
||||
|
||||
|
Reference in New Issue
Block a user