mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-20 06:59:44 -05:00
wayland-egl: set the correct path to libwayland-egl.so
Earlier commit changed to passing the binary name as env. variable
introducing a typo.
That went unnoticed, since we do not check if the file is present or
not.
Cc: Pukka Paalanen <ppaalanen@gmail.com>
Cc: Daniel Stone <daniels@collabora.com>
Fixes: 85cb5ed64a ("wayland-egl-symbols-check: pass the DSO name via
the build system")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
f34af17b21
commit
79cc3ad6bd
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ AM_TESTS_ENVIRONMENT = \
|
|||
export WAYLAND_SCANNER='$(top_builddir)/wayland-scanner' \
|
||||
TEST_DATA_DIR='$(top_srcdir)/tests/data' \
|
||||
TEST_OUTPUT_DIR='$(top_builddir)/tests/output' \
|
||||
WAYLAND_EGL_LIB='$(top_builddir)/egl/.libs/libwayland-egl.so' \
|
||||
WAYLAND_EGL_LIB='$(top_builddir)/.libs/libwayland-egl.so' \
|
||||
SED=$(SED) \
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue