wine/dlls/winewayland.drv/Makefile.in
Alexandros Frantzis 0d250de0d9 winewayland.drv: Handle pointer motion events.
Also emit a synthetic motion event on pointer entry, to handle cases
where the compositor doesn't send an initial motion event itself.
2023-09-11 20:45:06 +02:00

19 lines
379 B
Makefile

MODULE = winewayland.drv
UNIXLIB = winewayland.so
UNIX_CFLAGS = $(WAYLAND_CLIENT_CFLAGS)
UNIX_LIBS = -lwin32u $(WAYLAND_CLIENT_LIBS) $(PTHREAD_LIBS) -lm
SOURCES = \
display.c \
dllmain.c \
version.rc \
wayland.c \
wayland_output.c \
wayland_pointer.c \
wayland_surface.c \
waylanddrv_main.c \
window.c \
window_surface.c \
xdg-output-unstable-v1.xml \
xdg-shell.xml