Skip to content

Instantly share code, notes, and snippets.

@jakenvac
Created March 19, 2025 14:46
Show Gist options
  • Save jakenvac/920e8e574628d15c223efefd4a1e529c to your computer and use it in GitHub Desktop.
Save jakenvac/920e8e574628d15c223efefd4a1e529c to your computer and use it in GitHub Desktop.
all the deps needed to build hyprland on fedora
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