1
0
Fork 0

meson: pin wx version and fix dependencies

This commit is contained in:
Myaamori 2020-10-28 04:13:08 +00:00 committed by Ryan Lucia
parent 441daf5aeb
commit 03de8929d4
2 changed files with 4 additions and 3 deletions

View File

@ -103,10 +103,11 @@ else # this will only be hit with msvc
'-DwxBUILD_SHARED=@0@'.format(buildShared),
'-DwxBUILD_MONOLITHIC=ON']) # otherwise breaks project generation w/ meson
deps += [
wx.dependency('mono'),
wx.dependency('wxmono'),
wx.dependency('wxzlib'),
wx.dependency('wxpng'),
wx.dependency('wxexpat'),
wx.dependency('wxregex'),
wx.dependency('wxscintilla')
]

View File

@ -1,5 +1,5 @@
[wrap-git]
directory = wxWidgets
url = https://github.com/wxWidgets/wxWidgets.git
revision = master
clone-recursive = true
revision = v3.1.4
clone-recursive = true