mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add qt6-multimedia-devel on openSUSE for Ladybird
The documentation for building Ladybird gives a list of packages to install under openSUSE, but is missing the Qt6 Multimedia development package, qt6-multimedia-devel. Include it.
This commit is contained in:
parent
d7644d1d86
commit
e84def4890
Notes:
sideshowbarker
2024-07-17 04:41:05 +09:00
Author: https://github.com/sulix 🔰 Commit: https://github.com/SerenityOS/serenity/commit/e84def4890 Pull-request: https://github.com/SerenityOS/serenity/pull/19880 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-d
|
|||
|
||||
On openSUSE:
|
||||
```
|
||||
sudo zypper install cmake libglvnd-devel ninja qt6-base-devel qt6-tools-devel qt6-wayland-devel ccache
|
||||
sudo zypper install cmake libglvnd-devel ninja qt6-base-devel qt6-multimedia-devel qt6-tools-devel qt6-wayland-devel ccache
|
||||
```
|
||||
|
||||
On Nix/NixOS:
|
||||
|
|
Loading…
Reference in a new issue