mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Use scanner for screenshooter protocol
This commit is contained in:
parent
2cd5144fa5
commit
c5dcb90d2a
3 changed files with 22 additions and 19 deletions
|
|
@ -10,8 +10,17 @@ compositor : \
|
|||
compositor-drm.o \
|
||||
compositor-x11.o \
|
||||
screenshooter.o \
|
||||
screenshooter-protocol.o \
|
||||
drm.o
|
||||
|
||||
screenshooter.c : screenshooter-server-protocol.h
|
||||
|
||||
screenshooter-protocol.c : screenshooter.xml
|
||||
../wayland/scanner code < $< > $@
|
||||
|
||||
screenshooter-server-protocol.h : screenshooter.xml
|
||||
../wayland/scanner server-header < $< > $@
|
||||
|
||||
clean :
|
||||
rm -f compositor *.o .*.deps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue