Add a drag and drop test client
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user