Initial commit on SourceHut
This commit is contained in:
parent
4099927874
commit
9ed4f0e796
|
|
@ -27,7 +27,7 @@ foreach module : wx_modules
|
||||||
wx_libs += run_command (wxconfig, '--libs', module).stdout ().strip ().split()
|
wx_libs += run_command (wxconfig, '--libs', module).stdout ().strip ().split()
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
wx = dependency('wxwidgets', version: '>=3.0.5')
|
wx = dependency('wxwidgets', version: '>=3.0.4')
|
||||||
wxsvg = dependency('libwxsvg')
|
wxsvg = dependency('libwxsvg')
|
||||||
taglib = dependency('taglib', version: '>=1.12')
|
taglib = dependency('taglib', version: '>=1.12')
|
||||||
sqlite3 = dependency('sqlite3')
|
sqlite3 = dependency('sqlite3')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue