subprojects/packagefiles/id3tag/meson.build: fix meson errors
This commit is contained in:
parent
b080ca8627
commit
1247ee5347
@ -1,11 +1,11 @@
|
||||
fs = import('fs')
|
||||
|
||||
project(
|
||||
'libid3tag', 'c',
|
||||
version: '0.15.1b',
|
||||
license: 'GPLv2+',
|
||||
)
|
||||
|
||||
fs = import('fs')
|
||||
|
||||
compiler = meson.get_compiler('c')
|
||||
|
||||
conf = configuration_data()
|
||||
@ -36,6 +36,6 @@ copy = fs.copyfile('id3tag.h', 'include/id3tag.h')
|
||||
|
||||
libid3tag_dep = declare_dependency(
|
||||
link_with: libid3tag,
|
||||
dependencies: [copy]
|
||||
dependencies: [copy],
|
||||
include_directories: include_directories('include'),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user