meson: pin wx version and fix dependencies
This commit is contained in:
parent
441daf5aeb
commit
03de8929d4
2 changed files with 4 additions and 3 deletions
|
@ -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')
|
||||
]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue