mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Name libraries -client and -server for consistency
Instead of wayland-server and wayland...
This commit is contained in:
parent
4fe1a3ed3a
commit
a661f263b4
11 changed files with 12 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue