mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 03:08:14 +02:00
parent
83f3789954
commit
6096a20964
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ variables:
|
|||
# See the documentation here: #
|
||||
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
|
||||
###############################################################################
|
||||
FEDORA_PACAKGES: 'git diffutils gcc gcc-c++ pkgconf-pkg-config meson systemd-devel protobuf-c-devel libxkbcommon-devel doxygen python3-attrs python3-pytest python3-dbusmock '
|
||||
FEDORA_PACKAGES: 'git diffutils gcc gcc-c++ pkgconf-pkg-config meson systemd-devel protobuf-c-devel libxkbcommon-devel doxygen python3-attrs python3-pytest python3-dbusmock '
|
||||
############################ end of package lists #############################
|
||||
|
||||
# these tags should be updated each time the list of packages is updated
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ variables:
|
|||
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
|
||||
###############################################################################
|
||||
{% for distro in distributions %}
|
||||
{{distro.name.upper()}}_PACAKGES: '{% for p in distro.packages %}{{p}} {% endfor %}'
|
||||
{{distro.name.upper()}}_PACKAGES: '{% for p in distro.packages %}{{p}} {% endfor %}'
|
||||
{% endfor %}
|
||||
############################ end of package lists #############################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue