Wayland have EGL libs

Signed-off-by: Wiktor Strzębała <wiktorek140@tlen.pl>
This commit is contained in:
Wiktor Strzębała 2018-08-09 14:42:19 +02:00
parent 599fd8abe0
commit ca769b0006

View File

@ -960,6 +960,9 @@ endif
ifeq ($(HAVE_WAYLAND), 1)
OBJ += gfx/drivers_context/wayland_ctx.o \
input/drivers/wayland_input.o
ifeq ($(HAVE_EGL), 1)
LIBS += $(EGL_LIBS)
endif
DEFINES += $(WAYLAND_CFLAGS) $(WAYLAND_CURSOR_CFLAGS)
LIBS += $(WAYLAND_LIBS) $(WAYLAND_CURSOR_LIBS)
endif