mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-03 07:15:42 -04:00
Use scanner to generate screenshooter client code as well
This commit is contained in:
parent
c5dcb90d2a
commit
3dd66d66a3
2 changed files with 14 additions and 27 deletions
|
|
@ -13,12 +13,20 @@ clean :
|
|||
|
||||
flower : flower.o window.o wayland-glib.o cairo-util.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
screenshot : screenshot.o wayland-glib.o cairo-util.o
|
||||
screenshot : screenshot.o screenshooter-protocol.o wayland-glib.o cairo-util.o
|
||||
terminal : terminal.o window.o wayland-glib.o cairo-util.o
|
||||
image : image.o window.o wayland-glib.o cairo-util.o
|
||||
view : view.o window.o wayland-glib.o cairo-util.o
|
||||
dnd : dnd.o window.o wayland-glib.o cairo-util.o
|
||||
|
||||
screenshoot.c : screenshooter-client-protocol.h
|
||||
|
||||
screenshooter-protocol.c : ../compositor/screenshooter.xml
|
||||
../wayland/scanner code < $< > $@
|
||||
|
||||
screenshooter-client-protocol.h : ../compositor/screenshooter.xml
|
||||
../wayland/scanner client-header < $< > $@
|
||||
|
||||
terminal : LDLIBS += -lutil
|
||||
view : CFLAGS += $(POPPLER_CFLAGS)
|
||||
view : LDLIBS += $(POPPLER_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue