File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
mate-panel/wayland-protocols Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ if ENABLE_WAYLAND
2+ all : wlr-layer-shell-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.c xdg-shell-protocol.h xdg-shell-protocol.c
3+
4+ wlr-layer-shell-unstable-v1-protocol.h : wlr-layer-shell-unstable-v1.xml
5+ wayland-scanner -c client-header wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.h
6+
7+ wlr-layer-shell-unstable-v1-protocol.c : wlr-layer-shell-unstable-v1.xml
8+ wayland-scanner -c private-code wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.c
9+
10+ xdg-shell-protocol.h : xdg-shell.xml
11+ wayland-scanner -c client-header xdg-shell.xml xdg-shell-protocol.h
12+
13+ xdg-shell-protocol.c : xdg-shell.xml
14+ wayland-scanner -c private-code xdg-shell.xml xdg-shell-protocol.c
15+ endif
You can’t perform that action at this time.
0 commit comments