Skip to content

Add tools needed by cross-toolchain-helper #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion images/wkdev_sdk/required_system_packages/04-devtools.lst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ valgrind rr perf-tools-unstable systemd-coredump
# Documentation
asciidoc doxygen doxygen-latex doxygen-doxyparse graphviz python3-sphinx devhelp libglib2.0-doc libgtk-4-doc libsoup-3.0-doc

# For WebKit's scripts such as git-webkit
# For WebKit scripts such as git-webkit
python3-pip python3-cffi

# For WebKit scripts such as cross-toolchain-helper
chrpath cpio diffstat lz4 zstd

# For podman-host
podman

Expand Down
Loading