Re: [PATCH wayland] wayland-egl: set the correct path to libwayland-egl.so

2018-03-19 Thread Pekka Paalanen
On Fri, 16 Mar 2018 16:14:54 +
Emil Velikov  wrote:

> From: Emil Velikov 
> 
> 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 
> Cc: Daniel Stone 
> Fixes: 85cb5ed64aa ("wayland-egl-symbols-check: pass the DSO name via
> the build system")
> Signed-off-by: Emil Velikov 
> ---
>  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


pgp6mrkWFwv4P.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland] wayland-egl: set the correct path to libwayland-egl.so

2018-03-16 Thread Emil Velikov
From: Emil Velikov 

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 
Cc: Daniel Stone 
Fixes: 85cb5ed64aa ("wayland-egl-symbols-check: pass the DSO name via
the build system")
Signed-off-by: Emil Velikov 
---
 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)  \
;
 
-- 
2.16.0

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel