Removed TODO about bulk Windows libraries as the answer is no; thanks TheQwertiest in freenode #mesonbuild.
This commit is contained in:
parent
53c2fe9d00
commit
7ea8c33547
|
@ -79,7 +79,6 @@ if libui_mode == 'shared'
|
|||
endif
|
||||
|
||||
# TODO prune this list
|
||||
# MESONTODO find out if we can just pass libui_winlibs to find_library()
|
||||
libui_winlibs = 'user32 kernel32 gdi32 comctl32 uxtheme msimg32 comdlg32 d2d1 dwrite ole32 oleaut32 oleacc uuid windowscodecs'.split(' ')
|
||||
foreach lib : libui_winlibs
|
||||
libui_deps += [
|
||||
|
|
Loading…
Reference in New Issue