mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Add missing package in Devcontainer
When using Ladybird in a Devcontainer, the qt6-multimedia-dev package is missing from the install.sh file.
This commit is contained in:
parent
0498f8dabe
commit
541bf17a4a
Notes:
sideshowbarker
2024-07-16 21:34:08 +09:00
Author: https://github.com/volovikariel Commit: https://github.com/SerenityOS/serenity/commit/541bf17a4a Pull-request: https://github.com/SerenityOS/serenity/pull/19825
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ install_llvm_key() {
|
|||
apt update -y
|
||||
apt install -y build-essential cmake ninja-build ccache shellcheck
|
||||
if [ "${ENABLE_LADYBIRD}" = "true" ]; then
|
||||
apt install -y libgl1-mesa-dev qt6-base-dev qt6-tools-dev-tools qt6-wayland
|
||||
apt install -y libgl1-mesa-dev qt6-base-dev qt6-tools-dev-tools qt6-wayland qt6-multimedia-dev
|
||||
fi
|
||||
if [ "${ENABLE_SERENITY}" = "true" ]; then
|
||||
apt install -y curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs genext2fs qemu-system-gui qemu-system-x86 qemu-utils rsync unzip texinfo libssl-dev
|
||||
|
|
Loading…
Reference in a new issue