mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Split into a core repository that only holds the core Wayland libraries
This commit is contained in:
parent
525e4c0bea
commit
fcfb4e30a4
61 changed files with 44 additions and 13320 deletions
8
wayland-scanner.mk
Normal file
8
wayland-scanner.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
%-protocol.c : $(wayland_protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) code < $< > $@
|
||||
|
||||
%-server-protocol.h : $(wayland_protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
|
||||
|
||||
%-client-protocol.h : $(wayland_protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue