fixup! Fix taglib include path for meson subproject and update README for dependencies.

This commit is contained in:
apoorv569 2021-10-03 18:57:18 +05:30
parent dd5b5196ee
commit 601ff10690
1 changed files with 1 additions and 1 deletions

View File

@ -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()