mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
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:
parent
bb32349c97
commit
62fbf3f4ba
1 changed files with 1 additions and 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 \
|
||||
|
|
Loading…
Reference in a new issue