mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05: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 \
|
wayland.o \
|
||||||
event-loop.o \
|
event-loop.o \
|
||||||
connection.o \
|
connection.o \
|
||||||
input.o \
|
evdev.o \
|
||||||
wayland-util.o
|
wayland-util.o
|
||||||
|
|
||||||
wayland : CFLAGS += $(shell pkg-config --cflags libffi)
|
wayland : CFLAGS += $(shell pkg-config --cflags libffi)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue