From 62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 1 Apr 2022 11:38:25 +0300 Subject: [PATCH] tinywl: don't generate xdg-shell-protocol.c It's unused, and wlroots-based compositors don't need to do this anyway. --- tinywl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tinywl/Makefile b/tinywl/Makefile index 505666f0..68bac252 100644 --- a/tinywl/Makefile +++ b/tinywl/Makefile @@ -12,11 +12,7 @@ xdg-shell-protocol.h: $(WAYLAND_SCANNER) server-header \ $(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@ -xdg-shell-protocol.c: xdg-shell-protocol.h - $(WAYLAND_SCANNER) private-code \ - $(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@ - -tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c +tinywl: tinywl.c xdg-shell-protocol.h $(CC) $(CFLAGS) \ -g -Werror -I. \ -DWLR_USE_UNSTABLE \