raylib: use OpenGL version 2.1 to avoid `WARNING: GLFW: Error: 65543 Description: GLX: An OpenGL profile requested but GLX_ARB_create_context_profile is unavailable`

This commit is contained in:
masrur10rahman 2022-05-01 12:37:58 +06:00 committed by xtkoba
parent 12010757e4
commit 39b2353738
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_EXAMPLES=OFF
-DBUILD_SHARED_LIBS=ON
-DUSE_EXTERNAL_GLFW=ON
-DOPENGL_VERSION=2.1
"
termux_step_pre_configure() {