diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-04-01 11:38:25 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-04-01 11:51:24 +0300 |
commit | 62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c (patch) | |
tree | 225632cd0cbb0ea5d8a6146fbec08821cd363d6d /tinywl/Makefile | |
parent | bb32349c9776b31861a6b68ddb5c0187f7223d2c (diff) |
tinywl: don't generate xdg-shell-protocol.c
It's unused, and wlroots-based compositors don't need to do this anyway.
Diffstat (limited to 'tinywl/Makefile')
-rw-r--r-- | tinywl/Makefile | 6 |
1 files changed, 1 insertions, 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 \ |