mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add crude input device support.
Just pointer motion and button clicks for now, broadcast to all clients.
This commit is contained in:
parent
362a34ed89
commit
f9bc795a7d
6 changed files with 274 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ LDLIBS += $(shell pkg-config --libs libffi libdrm)
|
|||
|
||||
all : wayland client
|
||||
|
||||
wayland_objs = wayland.o event-loop.o connection.o hash.o egl-compositor.o
|
||||
wayland_objs = wayland.o event-loop.o connection.o hash.o input.o egl-compositor.o
|
||||
wayland : CFLAGS += -I../eagle
|
||||
wayland : LDLIBS += -L../eagle -leagle -ldl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue