| |
1 [constants] |
| |
2 macosx_sdk = '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/' |
| |
3 macosx_minver = '14.0' |
| |
4 common_args = ['--sysroot=' + macosx_sdk, '-mmacosx-version-min=' + macosx_minver, '-F' + macosx_sdk / 'System/Library/Frameworks'] |
| |
5 homebrew_prefix = '/opt/homebrew' |
| |
6 |
| |
7 icu4c_pc = homebrew_prefix / 'opt/icu4c/lib/pkgconfig' |
| |
8 libsoup3_pc = homebrew_prefix / 'opt/libsoup@3/lib/pkgconfig' |
| |
9 libxml2_pc = homebrew_prefix / 'opt/libxml2/lib/pkgconfig' |
| |
10 python3_pc = homebrew_prefix / 'opt/python@3/lib/pkgconfig' |
| |
11 |
| |
12 [built-in options] |
| |
13 c_args = common_args |
| |
14 c_link_args = common_args |
| |
15 cpp_args = common_args |
| |
16 cpp_link_args = common_args |
| |
17 objc_args = common_args |
| |
18 objc_link_args = common_args |
| |
19 objcpp_args = common_args |
| |
20 objcpp_link_args = common_args |
| |
21 |
| |
22 pkg_config_path = [icu4c_pc, libsoup3_pc, libxml2_pc, python3_pc] |
| |
23 |
| |
24 [project options] |
| |
25 introspection = false |
| |
26 |
| |
27 [birb:project options] |
| |
28 doc = false |
| |
29 introspection = false |
| |
30 |
| |
31 [gplugin:project options] |
| |
32 doc = false |
| |
33 introspection = false |
| |
34 lua = false |
| |
35 python3 = false |
| |
36 vapi = false |
| |
37 |
| |
38 [hasl] |
| |
39 doc = false |
| |
40 introspection = false |
| |
41 |
| |
42 [ibis] |
| |
43 doc = false |
| |
44 introspection = false |
| |
45 |
| |
46 [myna] |
| |
47 doc = false |
| |
48 introspection = false |
| |
49 |
| |
50 [xeme] |
| |
51 doc = false |
| |
52 introspection = false |
| |
53 |
| |
54 [binaries] |
| |
55 xgettext = homebrew_prefix / 'opt/gettext/bin/xgettext' |