[PATCH wayland] wayland-egl: set the correct path to libwayland-egl.so
Pekka Paalanen
ppaalanen at gmail.com
Mon Mar 19 09:50:41 UTC 2018
On Fri, 16 Mar 2018 16:14:54 +0000
Emil Velikov <emil.l.velikov at gmail.com> wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> 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 at gmail.com>
> Cc: Daniel Stone <daniels at collabora.com>
> Fixes: 85cb5ed64aa ("wayland-egl-symbols-check: pass the DSO name via
> the build system")
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 2731ee7..6f59c36 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -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) \
> ;
>
Pushed:
f34af17..5f5945b master -> master
Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180319/83c77add/attachment-0001.sig>
More information about the wayland-devel
mailing list