fixup! Fix taglib include path for meson subproject and update README for dependencies.
This commit is contained in:
parent
dd5b5196ee
commit
601ff10690
|
|
@ -67,7 +67,7 @@ wx_opts.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON',
|
||||||
'wxUSE_MDI_ARCHITECTURE': 'OFF',
|
'wxUSE_MDI_ARCHITECTURE': 'OFF',
|
||||||
'wxUSE_RICHTEXT': 'OFF',
|
'wxUSE_RICHTEXT': 'OFF',
|
||||||
'wxUSE_WEBVIEW': 'OFF',
|
'wxUSE_WEBVIEW': 'OFF',
|
||||||
'wxUSE_LIBSDL': 'ON',
|
'wxUSE_LIBSDL': 'OFF',
|
||||||
'wxUSE_MEDIACTRL': 'ON'})
|
'wxUSE_MEDIACTRL': 'ON'})
|
||||||
|
|
||||||
taglib_opts = cmake.subproject_options()
|
taglib_opts = cmake.subproject_options()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue