mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Fix clients include path after moving files around
This commit is contained in:
parent
a969c8a7f0
commit
118fb49eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
include ../config.mk
|
include ../config.mk
|
||||||
|
|
||||||
CFLAGS += -I.. $(CLIENT_CFLAGS)
|
CFLAGS += -I../wayland $(CLIENT_CFLAGS)
|
||||||
LDLIBS += -L../wayland -lwayland-client $(CLIENT_LIBS) -lrt -lm
|
LDLIBS += -L../wayland -lwayland-client $(CLIENT_LIBS) -lrt -lm
|
||||||
|
|
||||||
egl_clients = gears
|
egl_clients = gears
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue