Created
March 19, 2025 14:46
-
-
Save jakenvac/920e8e574628d15c223efefd4a1e529c to your computer and use it in GitHub Desktop.
all the deps needed to build hyprland on fedora
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install \ | |
cmake \ | |
gcc-c++ \ | |
git-core \ | |
meson \ | |
glaze-static \ | |
pkgconfig \ | |
cairo-devel \ | |
mesa-libEGL-devel \ | |
mesa-libgbm-devel \ | |
glib2-devel \ | |
mesa-libGLES-devel \ | |
pango-devel \ | |
pixman-devel \ | |
re2-devel \ | |
systemd-devel \ | |
tomlplusplus-devel \ | |
libuuid-devel \ | |
wayland-devel \ | |
wayland-protocols-devel \ | |
libxcb-devel \ | |
xcb-util-errors-devel \ | |
xcb-util-wm-devel \ | |
xcb-util-image-devel \ | |
xcb-util-keysyms-devel \ | |
libXcursor-devel \ | |
libxkbcommon-devel \ | |
xorg-x11-server-Xwayland \ | |
aquamarine-devel \ | |
hyprcursor-devel \ | |
hyprgraphics-devel \ | |
hyprlang-devel \ | |
hyprutils-devel \ | |
hyprwayland-scanner-devel \ | |
libdisplay-info-devel \ | |
libinput-devel \ | |
libliftoff-devel \ | |
libseat-devel \ | |
libdrm-devel \ | |
libudev-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment