diff options
| author | Sam James <sam@gentoo.org> | 2025-10-24 21:28:28 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-29 05:13:20 +0000 |
| commit | 2189ab07462850f0def2270a8f1a5da52a10ff02 (patch) | |
| tree | e0e1d38b14f2c22213db2c56bbf621e9f5fd4a87 /ci/ciimage/opensuse | |
| parent | 79fa009e023cd220702b82b76ead6140d2872f6b (diff) | |
| download | meson-2189ab07462850f0def2270a8f1a5da52a10ff02.tar.gz | |
ci: opensuse: replace libboost_system-devel
See https://forums.opensuse.org/t/cant-find-libboost-system-devel-dependency/188865.
Diffstat (limited to 'ci/ciimage/opensuse')
| -rwxr-xr-x | ci/ciimage/opensuse/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ciimage/opensuse/install.sh b/ci/ciimage/opensuse/install.sh index 18f4ea74b..7adb3fdfc 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -16,8 +16,8 @@ pkgs=( qt6-declarative-devel qt6-base-devel qt6-tools qt6-tools-linguist qt6-declarative-tools qt6-core-private-devel libwmf-devel valgrind cmake nasm gnustep-base-devel gettext-tools gettext-runtime gettext-csharp ncurses-devel libxml2-devel libxslt-devel libyaml-devel glib2-devel json-glib-devel - boost-devel libboost_date_time-devel libboost_filesystem-devel libboost_locale-devel libboost_system-devel - libboost_test-devel libboost_log-devel libboost_regex-devel + boost-devel libboost_date_time-devel libboost_filesystem-devel libboost_locale-devel + libboost_headers-devel libboost_test-devel libboost_log-devel libboost_regex-devel libboost_python3-devel libboost_regex-devel # HACK: remove npm once we switch back to hotdoc sdist npm |
