mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-04 07:15:59 -04:00
render/color: introduce wlr_color_transform
Co-authored-by: Manuel Stoeckl <code@mstoeckl.com>
This commit is contained in:
parent
ee0007c0f2
commit
895e3d18b9
11 changed files with 266 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ image: alpine/edge
|
|||
packages:
|
||||
- eudev-dev
|
||||
- glslang
|
||||
- lcms2-dev
|
||||
- libdisplay-info-dev
|
||||
- libinput-dev
|
||||
- libliftoff-dev
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- clang
|
||||
- lcms2
|
||||
- libinput
|
||||
- libdisplay-info
|
||||
- libliftoff
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ packages:
|
|||
- devel/meson # implies ninja
|
||||
- devel/pkgconf
|
||||
- graphics/glslang
|
||||
- graphics/lcms2
|
||||
- graphics/libdrm
|
||||
- graphics/libliftoff
|
||||
- graphics/mesa-libs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue