aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorLibravatar Manuel Stoeckl <code@mstoeckl.com>2023-07-17 21:40:28 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2024-06-07 19:01:49 +0200
commit40ca4150b27a5b94938b6c3d744f74bb26d347f7 (patch)
treea162451f9508eed3a0f7935d6b2e3615e20f03d2 /.builds
parentUpdate for versioned wlroots files (diff)
downloadsway-40ca4150b27a5b94938b6c3d744f74bb26d347f7.tar.gz
sway-40ca4150b27a5b94938b6c3d744f74bb26d347f7.tar.zst
sway-40ca4150b27a5b94938b6c3d744f74bb26d347f7.zip
sway/commands/output: Add command to set color profile
This makes it possible to render output buffers in a different color space, by specifying an ICC profile for the output.
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml1
-rw-r--r--.builds/archlinux.yml1
-rw-r--r--.builds/freebsd.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 055e5ffa..7a1fa58e 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -4,6 +4,7 @@ packages:
4 - eudev-dev 4 - eudev-dev
5 - gdk-pixbuf-dev 5 - gdk-pixbuf-dev
6 - json-c-dev 6 - json-c-dev
7 - lcms2-dev
7 - libdisplay-info-dev 8 - libdisplay-info-dev
8 - libevdev-dev 9 - libevdev-dev
9 - libinput-dev 10 - libinput-dev
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 9972c01a..e249571e 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -3,6 +3,7 @@ packages:
3 - cairo 3 - cairo
4 - gdk-pixbuf2 4 - gdk-pixbuf2
5 - json-c 5 - json-c
6 - lcms2
6 - libdisplay-info 7 - libdisplay-info
7 - libegl 8 - libegl
8 - libinput 9 - libinput
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 29c6312a..8084574c 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -8,6 +8,7 @@ packages:
8- devel/pkgconf 8- devel/pkgconf
9- graphics/cairo 9- graphics/cairo
10- graphics/gdk-pixbuf2 10- graphics/gdk-pixbuf2
11- graphics/lcms2
11- graphics/wayland 12- graphics/wayland
12- graphics/wayland-protocols 13- graphics/wayland-protocols
13- textproc/scdoc 14- textproc/scdoc