Name libraries -client and -server for consistency
Instead of wayland-server and wayland...
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
include ../config.mk
|
||||
|
||||
CFLAGS += -I.. $(CLIENT_CFLAGS)
|
||||
LDLIBS += -L.. -lwayland $(CLIENT_LIBS) -lrt -lm
|
||||
LDLIBS += -L.. -lwayland-client $(CLIENT_LIBS) -lrt -lm
|
||||
|
||||
egl_clients = gears
|
||||
cairo_clients = flower screenshot terminal image view
|
||||
|
||||
Reference in New Issue
Block a user