mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Meta: Add libssl-dev as a dependency to the devcontainer
The library `libssl-dev` was missing from the installed dependencies. This made impossible to compile the system on a devcontainer.
This commit is contained in:
parent
c2597c3856
commit
d233dcce08
Notes:
sideshowbarker
2024-07-17 09:48:50 +09:00
Author: https://github.com/agustingianni Commit: https://github.com/SerenityOS/serenity/commit/d233dcce08 Pull-request: https://github.com/SerenityOS/serenity/pull/16516 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if [ "${ENABLE_LADYBIRD}" = "true" ]; then
|
|||
apt install -y libgl1-mesa-dev qt6-base-dev qt6-tools-dev-tools qt6-wayland
|
||||
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
|
||||
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
|
||||
fi
|
||||
|
||||
### Ensure new enough host compiler is available
|
||||
|
|
Loading…
Add table
Reference in a new issue