mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-20 06:47:19 -04:00
Merge branch 'color-management' into 'master'
Draft: Add support for ICC profiles for outputs See merge request wlroots/wlroots!3804
This commit is contained in:
commit
dadcf64584
15 changed files with 320 additions and 83 deletions
|
|
@ -3,6 +3,7 @@ packages:
|
|||
- eudev-dev
|
||||
- ffmpeg-dev
|
||||
- glslang
|
||||
- lcms2-dev
|
||||
- libinput-dev
|
||||
- libxkbcommon-dev
|
||||
- mesa-dev
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ image: archlinux
|
|||
packages:
|
||||
- clang
|
||||
- ffmpeg
|
||||
- lcms2
|
||||
- libinput
|
||||
- libxkbcommon
|
||||
- mesa
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ packages:
|
|||
- devel/meson # implies ninja
|
||||
- devel/pkgconf
|
||||
- graphics/glslang
|
||||
- graphics/lcms2
|
||||
- graphics/libdrm
|
||||
- graphics/mesa-libs
|
||||
- graphics/png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue