summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2022-07-01 12:24:03 +0300
committerPekka Paalanen <pq@iki.fi>2022-07-06 10:38:44 +0000
commit00641368e206afd7adfa0d2eff2e9b3d256a3e6a (patch)
treecf159d6e216a9721a3c24920c2951838d2cf130f /meson_options.txt
parent18897253d44449fadb1307a57eac7f4d203f3764 (diff)
downloadweston-00641368e206afd7adfa0d2eff2e9b3d256a3e6a.tar.gz
compositor: deprecate cms-static and cms-colord plugins
While developing the new color management, keeping these old plugins working would require extra work. Let's deprecate these to see if anyone cares about them, pending removal after the Weston 11.0.0 release. CI will keep building these in the "Full build" configuration only. Doc and no-GL builds are no different for these plugins, so there these are no longer built. See https://gitlab.freedesktop.org/wayland/weston/-/issues/634 Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b2c4a50f..055457d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -132,10 +132,16 @@ option(
description: 'Compositor color management: Little CMS'
)
option(
- 'color-management-colord',
+ 'deprecated-color-management-static',
type: 'boolean',
- value: true,
- description: 'Compositor color management: colord (requires lcms)'
+ value: false,
+ description: 'DEPRECATED: color management plugin cms-static'
+)
+option(
+ 'deprecated-color-management-colord',
+ type: 'boolean',
+ value: false,
+ description: 'DEPRECATED: color management plugin cms-colord (requires cms-static)'
)
option(