Skip to content

Commit 7a1c9bd

Browse files
Merge pull request #17805 from zoltanvb/x11_multimouse
Extend X11 input driver with XInput2 extensions for multi-mouse
2 parents d36bbb6 + 1678e25 commit 7a1c9bd

4 files changed

Lines changed: 250 additions & 135 deletions

File tree

Makefile.common

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,10 @@ ifeq ($(HAVE_X11), 1)
13501350
ifeq ($(HAVE_XCB),1)
13511351
LIBS += -lX11-xcb
13521352
endif
1353+
ifeq ($(HAVE_XI2),1)
1354+
LIBS += -lXi
1355+
DEFINES += -DHAVE_XI2
1356+
endif
13531357
ifeq ($(HAVE_XSCRNSAVER),1)
13541358
LIBS += -lXss
13551359
endif

0 commit comments

Comments
 (0)