Merge branch 'v0.23.x'
This commit is contained in:
@@ -161,7 +161,7 @@ This section is about the latter.
|
|||||||
You need:
|
You need:
|
||||||
|
|
||||||
* `mingw-w64 <http://mingw-w64.org/doku.php>`__
|
* `mingw-w64 <http://mingw-w64.org/doku.php>`__
|
||||||
* `Meson 0.56.0 <http://mesonbuild.com/>`__ and `Ninja
|
* `Meson 1.0.0 <http://mesonbuild.com/>`__ and `Ninja
|
||||||
<https://ninja-build.org/>`__
|
<https://ninja-build.org/>`__
|
||||||
* cmake
|
* cmake
|
||||||
* pkg-config
|
* pkg-config
|
||||||
|
@@ -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'),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user