From 5f7804bd6b22bbcaba5e0bd1e21381031a659813 Mon Sep 17 00:00:00 2001 From: korei999 Date: Wed, 18 Sep 2024 20:11:22 +0300 Subject: implement tearing protocol --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 520059c..11d478c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dwl: dwl.o util.o dwl-ipc-unstable-v2-protocol.o dwl.o: dwl.c client.h config.h config.mk cursor-shape-v1-protocol.h \ pointer-constraints-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h \ wlr-output-power-management-unstable-v1-protocol.h xdg-shell-protocol.h \ - dwl-ipc-unstable-v2-protocol.h + dwl-ipc-unstable-v2-protocol.h tearing-control-v1-protocol.h util.o: util.c util.h dwl-ipc-unstable-v2-protocol.o: dwl-ipc-unstable-v2-protocol.c dwl-ipc-unstable-v2-protocol.h @@ -53,6 +53,9 @@ dwl-ipc-unstable-v2-protocol.h: dwl-ipc-unstable-v2-protocol.c: $(WAYLAND_SCANNER) private-code \ protocols/dwl-ipc-unstable-v2.xml $@ +tearing-control-v1-protocol.h: + $(WAYLAND_SCANNER) server-header \ + $(WAYLAND_PROTOCOLS)/staging/tearing-control/tearing-control-v1.xml $@ config.h: cp config.def.h $@ -- cgit v1.2.1