[Piglit] [PATCH] piglit: remove unneeded wayland-egl dependency
Emil Velikov
emil.l.velikov at gmail.com
Tue Sep 25 10:11:57 UTC 2018
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)
if (WAYLAND_FOUND)
set(PIGLIT_HAS_WAYLAND True)
add_definitions(-DPIGLIT_HAS_WAYLAND)
--
2.19.0
More information about the Piglit
mailing list