Add a drag and drop test client

This commit is contained in:
Kristian Høgsberg 2010-08-18 15:28:04 -04:00
parent eef08fbb1a
commit 9a686243b6
5 changed files with 352 additions and 127 deletions

View file

@ -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)