1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-08 19:06:18 +02:00

ci: add libdisplay-info dependency

This commit is contained in:
Simon Zeni 2023-02-28 17:19:33 -05:00 committed by GitHub
parent b28e1b0d3c
commit 51c9376c07
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ packages:
- eudev-dev - eudev-dev
- gdk-pixbuf-dev - gdk-pixbuf-dev
- json-c-dev - json-c-dev
- libdisplay-info-dev
- libevdev-dev - libevdev-dev
- libinput-dev - libinput-dev
- libseat-dev - libseat-dev

View File

@ -3,6 +3,7 @@ packages:
- cairo - cairo
- gdk-pixbuf2 - gdk-pixbuf2
- json-c - json-c
- libdisplay-info
- libegl - libegl
- libinput - libinput
- libxcb - libxcb

View File

@ -20,6 +20,7 @@ packages:
- devel/libudev-devd - devel/libudev-devd
- graphics/libdrm - graphics/libdrm
- graphics/mesa-libs - graphics/mesa-libs
- sysutils/libdisplay-info
- sysutils/seatd - sysutils/seatd
- x11/libinput - x11/libinput
- x11/libX11 - x11/libX11