mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add cpio for ArchLinux build dependency (#228)
This commit is contained in:
parent
58a7620a15
commit
4cb585cb52
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ libwlroots), you don't need to update anything else.
|
||||||
_Arch dependencies_:
|
_Arch dependencies_:
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info
|
yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio
|
||||||
```
|
```
|
||||||
|
|
||||||
_(Please make a pull request or open an issue if any packages are missing from the list)_
|
_(Please make a pull request or open an issue if any packages are missing from the list)_
|
||||||
|
@ -139,7 +139,7 @@ export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc"
|
||||||
```
|
```
|
||||||
|
|
||||||
_Ubuntu 23.04 dependencies_:
|
_Ubuntu 23.04 dependencies_:
|
||||||
refer to the Ubuntu tab above
|
refer to the Ubuntu tab above
|
||||||
|
|
||||||
Please note Hyprland builds `wlroots`. Make sure you have the dependencies of
|
Please note Hyprland builds `wlroots`. Make sure you have the dependencies of
|
||||||
wlroots installed, you can make sure you have them by installing wlroots
|
wlroots installed, you can make sure you have them by installing wlroots
|
||||||
|
|
Loading…
Reference in a new issue