From 3751af63c4c4f13f499b2322dedaa4ffbb87f795 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 1 Apr 2022 11:38:25 +0300 Subject: tinywl: don't generate xdg-shell-protocol.c It's unused, and wlroots-based compositors don't need to do this anyway. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 505666f..68bac25 100644 --- a/Makefile +++ b/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 \ -- cgit v1.2.3