mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45: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_SCANNER) server-header \
|
||||||
$(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@
|
$(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@
|
||||||
|
|
||||||
xdg-shell-protocol.c: xdg-shell-protocol.h
|
tinywl: tinywl.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
|
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
-g -Werror -I. \
|
-g -Werror -I. \
|
||||||
-DWLR_USE_UNSTABLE \
|
-DWLR_USE_UNSTABLE \
|
||||||
|
|
Loading…
Reference in a new issue