File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ project(
7
7
# Carlogo, STIX and Computer Modern is OFL
8
8
# DejaVu is Bitstream Vera and Public Domain
9
9
license : ' PSF-2.0 AND MIT AND CC0-1.0 AND OFL-1.1 AND Bitstream-Vera AND Public-Domain' ,
10
+ license_files : [
11
+ ' LICENSE/LICENSE' ,
12
+ ' LICENSE/LICENSE_AMSFONTS' ,
13
+ ' LICENSE/LICENSE_BAKOMA' ,
14
+ ' LICENSE/LICENSE_CARLOGO' ,
15
+ ' LICENSE/LICENSE_COLORBREWER' ,
16
+ ' LICENSE/LICENSE_COURIERTEN' ,
17
+ ' LICENSE/LICENSE_JSXTOOLS_RESIZE_OBSERVER' ,
18
+ ' LICENSE/LICENSE_QT4_EDITOR' ,
19
+ ' LICENSE/LICENSE_SOLARIZED' ,
20
+ ' LICENSE/LICENSE_STIX' ,
21
+ ' LICENSE/LICENSE_YORICK' ,
22
+ ],
10
23
meson_version : ' >=1.1.0' ,
11
24
default_options : [
12
25
' b_lto=true' ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if devnull == 'not-given'
52
52
endif
53
53
54
54
# Will only exist on Linux with older glibc.
55
- dl = cc. find_library (' dl' , required : false )
55
+ dl = dependency (' dl' , required : false )
56
56
57
57
# With Meson >= 1.2.0, use cpp_winlibs instead of manually searching.
58
58
if [' cygwin' , ' windows' ].contains(host_machine .system())
Original file line number Diff line number Diff line change 1
1
project (' freetype2' , ' c' ,
2
- license : [' FTL' , ' GPL2' ],
3
- version : ' 2.6.1' )
2
+ version : ' 2.6.1' ,
3
+ license : ' (FTL OR GPL-2.0-or-later) AND BSD-3-Clause AND MIT AND MIT-Modern-Variant AND Zlib' ,
4
+ license_files : [
5
+ ' docs/LICENSE.TXT' ,
6
+ ' docs/FTL.TXT' ,
7
+ ' docs/GPLv2.TXT' ,
8
+ ],
9
+ meson_version : ' >=1.1.0' )
4
10
5
11
# NOTE about FreeType versions
6
12
# There are 3 versions numbers associated with each releases:
Original file line number Diff line number Diff line change 1
1
project (' qhull' , ' c' ,
2
2
version : ' 8.0.2' ,
3
- license : ' Qhull' )
3
+ license : ' Qhull' ,
4
+ license_files : [
5
+ ' COPYING.txt' ,
6
+ ],
7
+ meson_version : ' >=1.1.0' )
4
8
5
9
qhull_inc = include_directories (' src' )
6
10
qhull_lib = static_library (' qhull_r' ,
You can’t perform that action at this time.
0 commit comments