Skip to content

Commit b36612a

Browse files
committed
add opengl32
1 parent 42a8a50 commit b36612a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if libui_mode == 'shared'
8383
endif
8484

8585
# TODO prune this list
86-
foreach lib : ['user32', 'kernel32', 'gdi32', 'comctl32', 'uxtheme', 'msimg32', 'comdlg32', 'd2d1', 'dwrite', 'ole32', 'oleaut32', 'oleacc', 'uuid', 'windowscodecs']
86+
foreach lib : ['user32', 'kernel32', 'gdi32', 'opengl32', 'comctl32', 'uxtheme', 'msimg32', 'comdlg32', 'd2d1', 'dwrite', 'ole32', 'oleaut32', 'oleacc', 'uuid', 'windowscodecs']
8787
libui_deps += [
8888
meson.get_compiler('cpp').find_library(lib,
8989
required: true),

0 commit comments

Comments
 (0)