mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
Use yq to extract the package list from the CI configuration, then dump that into the user docs. This provides the long-requested commands to install all dependencies without the maintenance effort or risk of going stale. Note that we are *not* building this in the CI, it's just not needed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
21 lines
380 B
ReStructuredText
21 lines
380 B
ReStructuredText
.. warning:: The package lists are autogenerated from the `CI <https://gitlab.freedesktop.org/libinput/libinput/-/tree/master/.gitlab-ci.yml>`_.
|
|
|
|
- Fedora: ::
|
|
|
|
dnf install @FEDORA_PACKAGES@
|
|
|
|
- Ubuntu: ::
|
|
|
|
apt install @UBUNTU_PACKAGES@
|
|
|
|
- Debian: ::
|
|
|
|
apt install @DEBIAN_PACKAGES@
|
|
|
|
- Arch: ::
|
|
|
|
pacman -S @ARCH_PACKAGES@
|
|
|
|
- Alpine: ::
|
|
|
|
apk add @ALPINE_PACKAGES@
|