diff options
author | Kirill Primak <[email protected]> | 2022-04-01 11:38:25 +0300 |
---|---|---|
committer | Kirill Primak <[email protected]> | 2022-04-01 11:51:24 +0300 |
commit | 3751af63c4c4f13f499b2322dedaa4ffbb87f795 (patch) | |
tree | 36dcf4a7cc95e28d3eeab7de687bc7a37b74bbc0 | |
parent | 8c85f04e9f3eef9bf647e6930f50b30c8188de3b (diff) |
tinywl: don't generate xdg-shell-protocol.c
It's unused, and wlroots-based compositors don't need to do this anyway.
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 \ |