[Piglit] [PATCH] piglit: remove unneeded wayland-egl dependency
Emil Velikov
emil.l.velikov at gmail.com
Tue Oct 9 12:37:38 UTC 2018
On Tue, 25 Sep 2018 at 11:17, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>
> From: Emil Velikov <emil.velikov at collabora.com>
>
> We do not use wayland-egl anywhere ... so let's remove it.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> CMakeLists.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 8f19457fc..698517733 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -152,7 +152,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
> endif()
> endif(GBM_FOUND)
>
> - pkg_check_modules(WAYLAND QUIET wayland-client wayland-egl)
> + pkg_check_modules(WAYLAND QUIET wayland-client)
Humble ping anyone?
-Emil
More information about the Piglit
mailing list