Skip to content

Commit

Permalink
Revert "tests: add eglinfo dependency"
Browse files Browse the repository at this point in the history
This reverts commit b9a4c9e.
  • Loading branch information
Saviq authored and AlanGriffiths committed Oct 17, 2023
1 parent f8915be commit a1de278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/performance-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ install(PROGRAMS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mir-smoke-test-runner
DESTINATION ${CMAKE_INSTALL_BINDIR}
)

find_program(EGLINFO_EXECUTABLE eglinfo)
find_program(XVFB_RUN_EXECUTABLE xvfb-run)
find_program(GLMARK2_EXECUTABLE glmark2-es2-wayland)

CMAKE_DEPENDENT_OPTION(
MIR_RUN_SMOKE_TESTS "Run mir-smoke-test-runner as part of testsuite" ON
"EGLINFO_EXECUTABLE;XVFB_RUN_EXECUTABLE" OFF
"XVFB_RUN_EXECUTABLE" OFF
)

CMAKE_DEPENDENT_OPTION(
Expand Down

0 comments on commit a1de278

Please sign in to comment.