Merge branch 'id3tag-meson-fix' of https://github.com/allixx/MPD into v0.23.x
This commit is contained in:
commit
a29d3eb975
@ -1,11 +1,11 @@
|
|||||||
fs = import('fs')
|
|
||||||
|
|
||||||
project(
|
project(
|
||||||
'libid3tag', 'c',
|
'libid3tag', 'c',
|
||||||
version: '0.15.1b',
|
version: '0.15.1b',
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
fs = import('fs')
|
||||||
|
|
||||||
compiler = meson.get_compiler('c')
|
compiler = meson.get_compiler('c')
|
||||||
|
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
@ -36,6 +36,6 @@ copy = fs.copyfile('id3tag.h', 'include/id3tag.h')
|
|||||||
|
|
||||||
libid3tag_dep = declare_dependency(
|
libid3tag_dep = declare_dependency(
|
||||||
link_with: libid3tag,
|
link_with: libid3tag,
|
||||||
dependencies: [copy]
|
dependencies: [copy],
|
||||||
include_directories: include_directories('include'),
|
include_directories: include_directories('include'),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user