|
92 | 92 | "cairo": { |
93 | 93 | "_comment": [ |
94 | 94 | "- Force-enable fontconfig to avoid https://gitlab.freedesktop.org/cairo/cairo/-/issues/862", |
95 | | - "- Prevent libxml2 from requiring iconv or Python", |
| 95 | + "- Prevent libxml2 from requiring iconv", |
96 | 96 | "- fontconfig warns on v1 wraps; fixed in next release", |
97 | 97 | "- Some tests fails and they are still run despite -Dtests=disabled" |
98 | 98 | ], |
99 | 99 | "build_options": [ |
100 | 100 | "cairo:fontconfig=enabled", |
101 | | - "libxml2:iconv=disabled", |
102 | | - "libxml2:python=disabled" |
| 101 | + "libxml2:iconv=disabled" |
103 | 102 | ], |
104 | 103 | "fatal_warnings": false, |
105 | 104 | "skip_tests": true |
|
277 | 276 | "bash" |
278 | 277 | ], |
279 | 278 | "build_options": [ |
280 | | - "libxml2:iconv=disabled", |
281 | | - "libxml2:python=disabled" |
| 279 | + "libxml2:iconv=disabled" |
282 | 280 | ], |
283 | 281 | "fatal_warnings": false |
284 | 282 | }, |
|
819 | 817 | }, |
820 | 818 | "libxml2": { |
821 | 819 | "_comment": [ |
822 | | - "Upstream removed autodetection of iconv and other deps; see discussion on https://gitlab.gnome.org/GNOME/libxml2/-/commit/c2ccbc0fed36de1d8c595867acb5e298c9a143f6", |
823 | | - "Python fails on 32-bit MSVC because we don't have 32-bit Python, and on other MSVC because we try to do a debug build against a release Python" |
| 820 | + "Upstream removed autodetection of iconv and other deps; see discussion on https://gitlab.gnome.org/GNOME/libxml2/-/commit/c2ccbc0fed36de1d8c595867acb5e298c9a143f6" |
824 | 821 | ], |
825 | 822 | "build_options": [ |
826 | | - "libxml2:iconv=disabled", |
827 | | - "libxml2:python=disabled" |
| 823 | + "libxml2:iconv=disabled" |
828 | 824 | ], |
829 | 825 | "msys_packages": [ |
830 | 826 | "diffutils" |
831 | 827 | ] |
832 | 828 | }, |
833 | 829 | "libxmlpp": { |
834 | | - "_comment": "Python fails on MSVC because we try to do a debug build against a release Python", |
835 | 830 | "build_options": [ |
836 | | - "libxml2:iconv=disabled", |
837 | | - "libxml2:python=disabled" |
| 831 | + "libxml2:iconv=disabled" |
838 | 832 | ] |
839 | 833 | }, |
840 | 834 | "libxkbcommon": { |
|
880 | 874 | ] |
881 | 875 | }, |
882 | 876 | "libxslt": { |
883 | | - "_comment": "Python fails on MSVC because we try to do a debug build against a release Python", |
884 | 877 | "build_options": [ |
885 | | - "libxml2:iconv=disabled", |
886 | | - "libxml2:python=disabled" |
| 878 | + "libxml2:iconv=disabled" |
887 | 879 | ] |
888 | 880 | }, |
889 | 881 | "libxv": { |
|
1136 | 1128 | "pango": { |
1137 | 1129 | "_comment": [ |
1138 | 1130 | "- Avoid sysprof build errors on Windows", |
1139 | | - "- Prevent libxml2 from requiring Python", |
1140 | 1131 | "- fontconfig warns on v1 wraps; fixed in next release", |
1141 | 1132 | "- skip dependency checks for optionally provided dependencies", |
1142 | 1133 | "- Known test failure: https://gitlab.gnome.org/GNOME/pango/-/issues/682" |
1143 | 1134 | ], |
1144 | 1135 | "build_options": [ |
1145 | | - "glib:sysprof=disabled", |
1146 | | - "libxml2:python=disabled" |
| 1136 | + "glib:sysprof=disabled" |
1147 | 1137 | ], |
1148 | 1138 | "fatal_warnings": false, |
1149 | 1139 | "skip_dependency_check": [ |
|
0 commit comments