mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
targets/egl-static: fix link failure to libwayland-drm
Fixes the following build error: CXXLD egl_gallium.la g++: error: ../../../../src/egl/wayland/wayland-drm/.libs/.libs/libwayland-drm.a: No such file or directory Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
d98716233e
commit
8da2dab31d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ if HAVE_EGL_PLATFORM_WAYLAND
|
|||
AM_CPPFLAGS += $(LIBDRM_CFLAGS)
|
||||
egl_gallium_la_LIBADD += \
|
||||
$(top_builddir)/src/gallium/winsys/sw/wayland/libws_wayland.la \
|
||||
$(top_builddir)/src/egl/wayland/wayland-drm/.libs/libwayland-drm.la \
|
||||
$(top_builddir)/src/egl/wayland/wayland-drm/libwayland-drm.la \
|
||||
$(LIBDRM_LIBS) \
|
||||
$(WAYLAND_LIBS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue