summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-09-25 11:08:57 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2018-10-31 21:13:39 +0000
commit486c70cc7a18856bd45559e29873d5a28c942eb7 (patch)
treee1601fb79ac438346e91adc49d9a4ef09af37316
parentafdc0ab20823ecdce8822bcecc39fb2a228fc648 (diff)
piglit: remove unneeded wayland-egl dependency
We do not use wayland-egl anywhere ... so let's remove it. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 596870b9b..f7d23fee1 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)