Skip to content

Commit

Permalink
opengl dynamic doesn't work on !windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Nov 17, 2022
1 parent 024d43d commit 758ed9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/qtbase/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_GUI_OPTIONS
if( "gles2" IN_LIST FEATURES)
list(APPEND FEATURE_GUI_OPTIONS -DINPUT_opengl='es2')
list(APPEND FEATURE_GUI_OPTIONS -DFEATURE_opengl_desktop=OFF)
list(APPEND FEATURE_GUI_OPTIONS -DFEATURE_opengl_dynamic=ON)
endif()

if(NOT "opengl" IN_LIST FEATURES AND NOT "gles2" IN_LIST FEATURES)
Expand Down

0 comments on commit 758ed9c

Please sign in to comment.