From: Emil Velikov <emil.veli...@collabora.com>

We do not use wayland-egl anywhere ... so let's remove it.

Signed-off-by: Emil Velikov <emil.veli...@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)
        if (WAYLAND_FOUND)
                set(PIGLIT_HAS_WAYLAND True)
                add_definitions(-DPIGLIT_HAS_WAYLAND)
-- 
2.19.0

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to