mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-05 02:15:58 +01:00
add hyprgraphics to deps and ecosystem
This commit is contained in:
parent
489135bda0
commit
2e3eb78f69
4 changed files with 12 additions and 1 deletions
|
@ -389,7 +389,7 @@ C++ standard library has to support that (`gcc>=14` or `clang>=18`).
|
|||
{{% details title="Arch" closed="true" %}}
|
||||
|
||||
```plain
|
||||
yay -S ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang-git hyprcursor-git hyprwayland-scanner-git xcb-util-errors hyprutils-git
|
||||
yay -S ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang-git hyprcursor-git hyprwayland-scanner-git xcb-util-errors hyprutils-git hyprgraphics-git
|
||||
```
|
||||
|
||||
_(Please make a pull request or open an issue if any packages are missing from
|
||||
|
@ -432,6 +432,8 @@ packaged for your distro of choice:
|
|||
- aquamarine
|
||||
- hyprlang
|
||||
- hyprcursor
|
||||
- hyprutils
|
||||
- hyprgraphics
|
||||
- hyprwayland-scanner (build-only)
|
||||
|
||||
{{< /callout >}}
|
||||
|
|
|
@ -31,3 +31,4 @@ These docs always target latest -git branch of respective apps.
|
|||
- **[hyprlang](./hyprlang)**
|
||||
- **[hyprwayland-scanner](./hyprwayland-scanner)**
|
||||
- **[aquamarine](./aquamarine)**
|
||||
- **[hyprgraphics](./hyprgraphics)**
|
||||
|
|
7
pages/Hypr Ecosystem/hyprgraphics.md
Normal file
7
pages/Hypr Ecosystem/hyprgraphics.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
weight: 106
|
||||
title: hyprgraphics
|
||||
---
|
||||
|
||||
hyprgraphics is a library providing shared implementations of some utilities relating to graphics
|
||||
and resources, like loading images or color calculations.
|
|
@ -48,6 +48,7 @@ The development files of these packages need to be installed on the system for `
|
|||
- libwebp
|
||||
- hyprlang
|
||||
- hyprutils
|
||||
- hyprgraphics
|
||||
- hyprwayland-scanner
|
||||
|
||||
To install all of these in Fedora, run this command:
|
||||
|
|
Loading…
Reference in a new issue