Add cpio for ArchLinux build dependency (#228)

This commit is contained in:
Seongbin Lim 2023-05-24 15:50:41 +02:00 committed by GitHub
parent 58a7620a15
commit 4cb585cb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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