mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add a drag and drop test client
This commit is contained in:
parent
eef08fbb1a
commit
9a686243b6
5 changed files with 352 additions and 127 deletions
|
|
@ -4,7 +4,7 @@ CFLAGS += -I.. $(CLIENT_CFLAGS)
|
|||
LDLIBS += -L.. -lwayland-client $(CLIENT_LIBS) -lrt -lm
|
||||
|
||||
egl_clients = gears
|
||||
cairo_clients = flower screenshot terminal image view
|
||||
cairo_clients = flower screenshot terminal image view dnd
|
||||
|
||||
all : $(egl_clients) $(cairo_clients)
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ screenshot : screenshot.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
|
||||
|
||||
terminal : LDLIBS += -lutil
|
||||
view : CFLAGS += $(POPPLER_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue