tinywl: don't generate xdg-shell-protocol.c

It's unused, and wlroots-based compositors don't need to do this anyway.
This commit is contained in:
Kirill Primak 2022-04-01 11:38:25 +03:00
parent bb32349c97
commit 62fbf3f4ba
1 changed files with 1 additions and 5 deletions

View File

@ -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 \