Skip to content

Commit

Permalink
Testing new wayland setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 30, 2024
1 parent c725880 commit 303e7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mrv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ message( STATUS "Found FLTK: ${FLTK_INCLUDE_DIR}" )
message( STATUS "FLTK LIBRARIES: ${FLTK_gl_LIBRARY} ${FLTK_LIBRARIES}" )
message( STATUS "FLTK_FLUID_EXECUTABLE: ${FLTK_FLUID_EXECUTABLE}" )

#
# Use GLVND if possible to achieve OpenGL and best EGL driver on Wayland.
#
set(OpenGL_GL_PREFERENCE GLVND)

find_package(Intl)
Expand Down

0 comments on commit 303e7bc

Please sign in to comment.