mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Rename input.c to evdev.c.
This commit is contained in:
parent
1e4b86af1a
commit
a5a2c8e5db
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ wayland_objs = \
|
|||
wayland.o \
|
||||
event-loop.o \
|
||||
connection.o \
|
||||
input.o \
|
||||
evdev.o \
|
||||
wayland-util.o
|
||||
|
||||
wayland : CFLAGS += $(shell pkg-config --cflags libffi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue