Skip to content

Commit

Permalink
build, qt: Enable OpenGL for Windows static builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 3, 2022
1 parent 27a2a12 commit e66f0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/devtools/symbol-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
'WTSAPI32.dll',
'd3d11.dll',
'dxgi.dll',
'OPENGL32.dll',
}

def check_version(max_versions, version, arch) -> bool:
Expand Down
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $(package)_config_opts_powerpc64le_linux = -platform linux-g++ -xplatform bitcoi
$(package)_config_opts_riscv64_linux = -platform linux-g++ -xplatform bitcoin-linux-g++
$(package)_config_opts_s390x_linux = -platform linux-g++ -xplatform bitcoin-linux-g++

$(package)_config_opts_mingw32 = -no-opengl
$(package)_config_opts_mingw32 = -opengl desktop
$(package)_config_opts_mingw32 += -no-d3d12
$(package)_config_opts_mingw32 += -no-dbus
$(package)_config_opts_mingw32 += -no-freetype
Expand Down

0 comments on commit e66f0bd

Please sign in to comment.