We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a8a50 commit b36612aCopy full SHA for b36612a
1 file changed
windows/meson.build
@@ -83,7 +83,7 @@ if libui_mode == 'shared'
83
endif
84
85
# TODO prune this list
86
-foreach lib : ['user32', 'kernel32', 'gdi32', 'comctl32', 'uxtheme', 'msimg32', 'comdlg32', 'd2d1', 'dwrite', 'ole32', 'oleaut32', 'oleacc', 'uuid', 'windowscodecs']
+foreach lib : ['user32', 'kernel32', 'gdi32', 'opengl32', 'comctl32', 'uxtheme', 'msimg32', 'comdlg32', 'd2d1', 'dwrite', 'ole32', 'oleaut32', 'oleacc', 'uuid', 'windowscodecs']
87
libui_deps += [
88
meson.get_compiler('cpp').find_library(lib,
89
required: true),
0 commit comments