[c-host] linux: initial xcb capture

This commit is contained in:
Geoffrey McRae
2019-03-02 11:59:03 +11:00
parent afc264e846
commit 7a828b3aee
2 changed files with 185 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ else
ifeq ($(USE_XCB), 1)
CFLAGS += -DUSE_XCB
LIBS += -lxcb -lxcb-shm -lXfixes
OBJS += linux/capture/xcb.o
endif
endif