summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2022-03-25 07:51:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-26 09:33:32 +0000
commit40d6b6baaec1fdf45212f729bd5301c06a0955ec (patch)
tree727c3c2dfdb9efc56e37a6a0cf6d935f473a913c /meta/recipes-core/glib-2.0
parente43cfbc69e859fe5a5f28125aa555a261165b6d8 (diff)
downloadpoky-40d6b6baaec1fdf45212f729bd5301c06a0955ec.tar.gz
glib-2.0: upgrade 2.70.4 -> 2.72.0
- 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch: dropped (integrated upstream) News ==== * Bugs fixed: - #2620 g_time_zone_new_offset() assertion failure if offset >= 25 hours - #2538 Various unit test fixes - #2542 fuzzing: Fix test failure with G_DISABLE_ASSERT - #2547 gprintf: Fix a memory leak with an invalid format in g_vasprintf() - #2548 tests: Various fixes to gdbus-auth, gdbus-non-socket, gdbus-connection-flush, spawn-multithreaded tests - #2551 tests: More flaky test fixes to converter-stream and test-printf - #2552 gtlsconnection: fix typo in docs * Translation updates: - Czech - French - Friulian - Hebrew - Hungarian - Italian - Kazakh - Polish - Romanian - Serbian - Swedish (From OE-Core rev: bf088d1e9d13eca5b0fb1a4ab1cb689daaf1ff80) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch32
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-codegen.py-bump-timeout-to-100-seconds.patch26
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch48
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.70.4.bb)3
4 files changed, 44 insertions, 65 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch
index 8a6d46df79..59de3fa969 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch
@@ -1,11 +1,10 @@
1From 333809ded70ad4e3470b7134e3fac1a42ff48e61 Mon Sep 17 00:00:00 2001 1From 4f327be49fd6ac5a77da6e48459b37f37a601977 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 13 Feb 2019 15:32:05 +0100 3Date: Wed, 13 Feb 2019 15:32:05 +0100
4Subject: [PATCH] Set host_machine correctly when building with mingw32 4Subject: [PATCH] Set host_machine correctly when building with mingw32
5 5
6Upstream-Status: Inappropriate [oe-core specific] 6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9--- 8---
10 gio/tests/meson.build | 8 ++++---- 9 gio/tests/meson.build | 8 ++++----
11 glib/tests/meson.build | 2 +- 10 glib/tests/meson.build | 2 +-
@@ -14,10 +13,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
14 4 files changed, 9 insertions(+), 6 deletions(-) 13 4 files changed, 9 insertions(+), 6 deletions(-)
15 14
16diff --git a/gio/tests/meson.build b/gio/tests/meson.build 15diff --git a/gio/tests/meson.build b/gio/tests/meson.build
17index 3a19c82..b762835 100644 16index abe676767c60..34b347815308 100644
18--- a/gio/tests/meson.build 17--- a/gio/tests/meson.build
19+++ b/gio/tests/meson.build 18+++ b/gio/tests/meson.build
20@@ -27,7 +27,7 @@ test_c_args = [ 19@@ -27,7 +27,7 @@ if build_machine.system() == 'linux'
21 endif # libutil.length() > 0 20 endif # libutil.length() > 0
22 endif # build_machine.system() == 'linux' 21 endif # build_machine.system() == 'linux'
23 22
@@ -26,7 +25,7 @@ index 3a19c82..b762835 100644
26 common_gio_tests_deps += [iphlpapi_dep, winsock2, cc.find_library ('secur32')] 25 common_gio_tests_deps += [iphlpapi_dep, winsock2, cc.find_library ('secur32')]
27 endif 26 endif
28 27
29@@ -148,7 +148,7 @@ else 28@@ -176,7 +176,7 @@ else
30 endif 29 endif
31 30
32 # Test programs buildable on UNIX only 31 # Test programs buildable on UNIX only
@@ -35,7 +34,7 @@ index 3a19c82..b762835 100644
35 gio_tests += { 34 gio_tests += {
36 'file' : {}, 35 'file' : {},
37 'gdbus-peer' : { 36 'gdbus-peer' : {
38@@ -402,7 +402,7 @@ if host_machine.system() != 'windows' 37@@ -434,7 +434,7 @@ if host_machine.system() != 'windows'
39 endif # unix 38 endif # unix
40 39
41 # Test programs buildable on Windows only 40 # Test programs buildable on Windows only
@@ -44,7 +43,7 @@ index 3a19c82..b762835 100644
44 gio_tests += {'win32-streams' : {}} 43 gio_tests += {'win32-streams' : {}}
45 endif 44 endif
46 45
47@@ -472,7 +472,7 @@ if cc.get_id() != 'msvc' and cc.get_id() != 'clang-cl' 46@@ -504,7 +504,7 @@ if cc.get_id() != 'msvc' and cc.get_id() != 'clang-cl'
48 } 47 }
49 endif 48 endif
50 49
@@ -54,10 +53,10 @@ index 3a19c82..b762835 100644
54 'gdbus-example-unix-fd-client' : { 53 'gdbus-example-unix-fd-client' : {
55 'install' : false, 54 'install' : false,
56diff --git a/glib/tests/meson.build b/glib/tests/meson.build 55diff --git a/glib/tests/meson.build b/glib/tests/meson.build
57index 6eb23e8..36eb919 100644 56index a0c64afe6ae9..48407f99569c 100644
58--- a/glib/tests/meson.build 57--- a/glib/tests/meson.build
59+++ b/glib/tests/meson.build 58+++ b/glib/tests/meson.build
60@@ -142,7 +142,7 @@ if glib_conf.has('HAVE_EVENTFD') 59@@ -151,7 +151,7 @@ if glib_conf.has('HAVE_EVENTFD')
61 } 60 }
62 endif 61 endif
63 62
@@ -67,10 +66,10 @@ index 6eb23e8..36eb919 100644
67 glib_tests += { 66 glib_tests += {
68 'gpoll' : { 67 'gpoll' : {
69diff --git a/meson.build b/meson.build 68diff --git a/meson.build b/meson.build
70index 47f3a5c..7ea7ad1 100644 69index e0b14319fb58..f6756a3c7dfb 100644
71--- a/meson.build 70--- a/meson.build
72+++ b/meson.build 71+++ b/meson.build
73@@ -32,6 +32,9 @@ else 72@@ -54,6 +54,9 @@ else
74 endif 73 endif
75 74
76 host_system = host_machine.system() 75 host_system = host_machine.system()
@@ -81,15 +80,18 @@ index 47f3a5c..7ea7ad1 100644
81 if host_system == 'darwin' 80 if host_system == 'darwin'
82 ios_test_code = '''#include <TargetConditionals.h> 81 ios_test_code = '''#include <TargetConditionals.h>
83diff --git a/tests/meson.build b/tests/meson.build 82diff --git a/tests/meson.build b/tests/meson.build
84index 6741f8f..12fdc90 100644 83index 5ff99a4a8258..8a4dad0ccae7 100644
85--- a/tests/meson.build 84--- a/tests/meson.build
86+++ b/tests/meson.build 85+++ b/tests/meson.build
87@@ -73,7 +73,7 @@ test_extra_programs = { 86@@ -53,7 +53,7 @@ test_extra_programs = {
88 'unicode-collate' : {}, 87 'assert-msg-test' : {},
89 } 88 }
90 89
91-if host_machine.system() != 'windows' 90-if host_machine.system() != 'windows'
92+if host_system != 'windows' 91+if host_system != 'windows'
93 tests += { 92 tests += {
94 'timeloop' : {}, 93 'timeloop' : {},
95 'iochannel-test' : {}, 94 }
95--
962.34.1
97
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-codegen.py-bump-timeout-to-100-seconds.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-codegen.py-bump-timeout-to-100-seconds.patch
deleted file mode 100644
index 7690bb37a6..0000000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-codegen.py-bump-timeout-to-100-seconds.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From b833254bcc9fcf4cdc2572027b1154d799535ca4 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Sun, 20 Dec 2020 22:01:43 +0100
4Subject: [PATCH] gio/tests/codegen.py: bump timeout to 100 seconds
5
6This may be necessary on overloaded CI systems.
7
8Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2348]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 gio/tests/codegen.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/gio/tests/codegen.py b/gio/tests/codegen.py
15index 51de0ed..ca98c9d 100644
16--- a/gio/tests/codegen.py
17+++ b/gio/tests/codegen.py
18@@ -55,7 +55,7 @@ class TestCodegen(unittest.TestCase):
19 cwd = ""
20
21 def setUp(self):
22- self.timeout_seconds = 10 # seconds per test
23+ self.timeout_seconds = 100 # seconds per test
24 self.tmpdir = tempfile.TemporaryDirectory()
25 self.cwd = os.getcwd()
26 os.chdir(self.tmpdir.name)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
index 9bbb33ffc1..6147bdae46 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
@@ -1,4 +1,4 @@
1From 73b1c416674d285b021e218da1a3ddb884e606da Mon Sep 17 00:00:00 2001 1From d2d7af496b4f4a13779179dbcbb98de56b09783f Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com> 2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Mon, 9 Nov 2015 11:07:27 +0200 3Date: Mon, 9 Nov 2015 11:07:27 +0200
4Subject: [PATCH] Enable more tests while cross-compiling 4Subject: [PATCH] Enable more tests while cross-compiling
@@ -9,16 +9,15 @@ case we can depend on glib-2.0-native.
9 9
10Upstream-Status: Inappropriate [OE specific] 10Upstream-Status: Inappropriate [OE specific]
11Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 11Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
12
13--- 12---
14 gio/tests/meson.build | 24 ++++++++++++------------ 13 gio/tests/meson.build | 24 ++++++++++++------------
15 1 file changed, 12 insertions(+), 12 deletions(-) 14 1 file changed, 12 insertions(+), 12 deletions(-)
16 15
17diff --git a/gio/tests/meson.build b/gio/tests/meson.build 16diff --git a/gio/tests/meson.build b/gio/tests/meson.build
18index 5dbfb8e..3fd7998 100644 17index e8d10a0f11f2..abe676767c60 100644
19--- a/gio/tests/meson.build 18--- a/gio/tests/meson.build
20+++ b/gio/tests/meson.build 19+++ b/gio/tests/meson.build
21@@ -221,7 +221,7 @@ if host_machine.system() != 'windows' 20@@ -250,7 +250,7 @@ if host_machine.system() != 'windows'
22 21
23 # Test programs that need to bring up a session bus (requires dbus-daemon) 22 # Test programs that need to bring up a session bus (requires dbus-daemon)
24 have_dbus_daemon = find_program('dbus-daemon', required : false).found() 23 have_dbus_daemon = find_program('dbus-daemon', required : false).found()
@@ -27,76 +26,78 @@ index 5dbfb8e..3fd7998 100644
27 annotate_args = [ 26 annotate_args = [
28 '--annotate', 'org.project.Bar', 'Key1', 'Value1', 27 '--annotate', 'org.project.Bar', 'Key1', 'Value1',
29 '--annotate', 'org.project.Bar', 'org.gtk.GDBus.Internal', 'Value2', 28 '--annotate', 'org.project.Bar', 'org.gtk.GDBus.Internal', 'Value2',
30@@ -570,12 +570,12 @@ if installed_tests_enabled 29@@ -601,14 +601,14 @@ if installed_tests_enabled
31 endforeach 30 endforeach
32 endif 31 endif
33 32
34-if not meson.is_cross_build() or meson.has_exe_wrapper() 33-if not meson.is_cross_build() or meson.has_exe_wrapper()
35+if meson.is_cross_build() 34+if meson.is_cross_build()
36 35
36 compiler_type = '--compiler=@0@'.format(cc.get_id())
37
37 plugin_resources_c = custom_target('plugin-resources.c', 38 plugin_resources_c = custom_target('plugin-resources.c',
38 input : 'test4.gresource.xml', 39 input : 'test4.gresource.xml',
39 output : 'plugin-resources.c', 40 output : 'plugin-resources.c',
40- command : [glib_compile_resources, 41- command : [glib_compile_resources,
41+ command : ['glib-compile-resources', 42+ command : ['glib-compile-resources',
43 compiler_type,
42 '--target=@OUTPUT@', 44 '--target=@OUTPUT@',
43 '--sourcedir=' + meson.current_source_dir(), 45 '--sourcedir=' + meson.current_source_dir(),
44 '--generate-source', 46@@ -634,7 +634,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
45@@ -599,7 +599,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
46 test_gresource = custom_target('test.gresource', 47 test_gresource = custom_target('test.gresource',
47 input : 'test.gresource.xml', 48 input : 'test.gresource.xml',
48 output : 'test.gresource', 49 output : 'test.gresource',
49- command : [glib_compile_resources, 50- command : [glib_compile_resources,
50+ command : ['glib-compile-resources', 51+ command : ['glib-compile-resources',
52 compiler_type,
51 '--target=@OUTPUT@', 53 '--target=@OUTPUT@',
52 '--sourcedir=' + meson.current_source_dir(), 54 '--sourcedir=' + meson.current_source_dir(),
53 '--sourcedir=' + meson.current_build_dir(), 55@@ -647,7 +647,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
54@@ -610,7 +610,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
55 test_resources2_c = custom_target('test_resources2.c', 56 test_resources2_c = custom_target('test_resources2.c',
56 input : 'test3.gresource.xml', 57 input : 'test3.gresource.xml',
57 output : 'test_resources2.c', 58 output : 'test_resources2.c',
58- command : [glib_compile_resources, 59- command : [glib_compile_resources,
59+ command : ['glib-compile-resources', 60+ command : ['glib-compile-resources',
61 compiler_type,
60 '--target=@OUTPUT@', 62 '--target=@OUTPUT@',
61 '--sourcedir=' + meson.current_source_dir(), 63 '--sourcedir=' + meson.current_source_dir(),
62 '--generate', 64@@ -660,7 +660,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
63@@ -621,7 +621,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
64 test_resources2_h = custom_target('test_resources2.h', 65 test_resources2_h = custom_target('test_resources2.h',
65 input : 'test3.gresource.xml', 66 input : 'test3.gresource.xml',
66 output : 'test_resources2.h', 67 output : 'test_resources2.h',
67- command : [glib_compile_resources, 68- command : [glib_compile_resources,
68+ command : ['glib-compile-resources', 69+ command : ['glib-compile-resources',
70 compiler_type,
69 '--target=@OUTPUT@', 71 '--target=@OUTPUT@',
70 '--sourcedir=' + meson.current_source_dir(), 72 '--sourcedir=' + meson.current_source_dir(),
71 '--generate', 73@@ -674,7 +674,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
72@@ -633,7 +633,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
73 input : 'test2.gresource.xml', 74 input : 'test2.gresource.xml',
74 depends : big_test_resource, 75 depends : big_test_resource,
75 output : 'test_resources.c', 76 output : 'test_resources.c',
76- command : [glib_compile_resources, 77- command : [glib_compile_resources,
77+ command : ['glib-compile-resources', 78+ command : ['glib-compile-resources',
79 compiler_type,
78 '--target=@OUTPUT@', 80 '--target=@OUTPUT@',
79 '--sourcedir=' + meson.current_source_dir(), 81 '--sourcedir=' + meson.current_source_dir(),
80 '--sourcedir=' + meson.current_build_dir(), 82@@ -687,7 +687,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
81@@ -644,7 +644,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
82 digit_test_resources_c = custom_target('digit_test_resources.c', 83 digit_test_resources_c = custom_target('digit_test_resources.c',
83 input : '111_digit_test.gresource.xml', 84 input : '111_digit_test.gresource.xml',
84 output : 'digit_test_resources.c', 85 output : 'digit_test_resources.c',
85- command : [glib_compile_resources, 86- command : [glib_compile_resources,
86+ command : ['glib-compile-resources', 87+ command : ['glib-compile-resources',
88 compiler_type,
87 '--target=@OUTPUT@', 89 '--target=@OUTPUT@',
88 '--sourcedir=' + meson.current_source_dir(), 90 '--sourcedir=' + meson.current_source_dir(),
89 '--sourcedir=' + meson.current_build_dir(), 91@@ -700,7 +700,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
90@@ -655,7 +655,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
91 digit_test_resources_h = custom_target('digit_test_resources.h', 92 digit_test_resources_h = custom_target('digit_test_resources.h',
92 input : '111_digit_test.gresource.xml', 93 input : '111_digit_test.gresource.xml',
93 output : 'digit_test_resources.h', 94 output : 'digit_test_resources.h',
94- command : [glib_compile_resources, 95- command : [glib_compile_resources,
95+ command : ['glib-compile-resources', 96+ command : ['glib-compile-resources',
97 compiler_type,
96 '--target=@OUTPUT@', 98 '--target=@OUTPUT@',
97 '--sourcedir=' + meson.current_source_dir(), 99 '--sourcedir=' + meson.current_source_dir(),
98 '--generate', 100@@ -742,11 +742,11 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
99@@ -688,11 +688,11 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
100 101
101 ld = find_program('ld', required : false) 102 ld = find_program('ld', required : false)
102 103
@@ -107,15 +108,18 @@ index 5dbfb8e..3fd7998 100644
107 output : 'test5.gresource', 108 output : 'test5.gresource',
108- command : [glib_compile_resources, 109- command : [glib_compile_resources,
109+ command : ['glib-compile-resources', 110+ command : ['glib-compile-resources',
111 compiler_type,
110 '--target=@OUTPUT@', 112 '--target=@OUTPUT@',
111 '--sourcedir=' + meson.current_source_dir(), 113 '--sourcedir=' + meson.current_source_dir(),
112 '--sourcedir=' + meson.current_build_dir(), 114@@ -760,7 +760,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
113@@ -704,7 +704,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
114 test_resources_binary_c = custom_target('test_resources_binary.c', 115 test_resources_binary_c = custom_target('test_resources_binary.c',
115 input : 'test5.gresource.xml', 116 input : 'test5.gresource.xml',
116 output : 'test_resources_binary.c', 117 output : 'test_resources_binary.c',
117- command : [glib_compile_resources, 118- command : [glib_compile_resources,
118+ command : ['glib-compile-resources', 119+ command : ['glib-compile-resources',
120 compiler_type,
119 '--target=@OUTPUT@', 121 '--target=@OUTPUT@',
120 '--sourcedir=' + meson.current_source_dir(), 122 '--sourcedir=' + meson.current_source_dir(),
121 '--sourcedir=' + meson.current_build_dir(), 123--
1242.34.1
125
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.70.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb
index 704d428f04..8b7016ec0f 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.70.4.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb
@@ -16,11 +16,10 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ 16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
17 file://0001-meson-Run-atomics-test-on-clang-as-well.patch \ 17 file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
18 file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \ 18 file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \
19 file://0001-gio-tests-codegen.py-bump-timeout-to-100-seconds.patch \
20 " 19 "
21SRC_URI:append:class-native = " file://relocate-modules.patch" 20SRC_URI:append:class-native = " file://relocate-modules.patch"
22 21
23SRC_URI[sha256sum] = "ab3d176f3115dcc4e5d02db795984e04e4f4b48d836252e23e8c468e9d423c33" 22SRC_URI[sha256sum] = "d7bef0d4c4e7a62e08efb8e5f252a01357007b9588a87ff2b463a3857011f79d"
24 23
25# Find any meson cross files in FILESPATH that are relevant for the current 24# Find any meson cross files in FILESPATH that are relevant for the current
26# build (using siteinfo) and add them to EXTRA_OEMESON. 25# build (using siteinfo) and add them to EXTRA_OEMESON.