mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v3] weston: build color management module
@ 2024-09-04 14:32 Benjamin Gaignard
  2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Gaignard @ 2024-09-04 14:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Benjamin Gaignard

Add an option to build weston color management module.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
---
 rules/weston.in   | 5 +++++
 rules/weston.make | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/rules/weston.in b/rules/weston.in
index 10f0e9172..d8e1e8e25 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -40,6 +40,7 @@ menuconfig WESTON
 	select PIPEWIRE 		if WESTON_BACKEND_PIPEWIRE
 	select NEATVNC			if WESTON_BACKEND_VNC
 	select PAM			if WESTON_BACKEND_VNC
+	select LCMS			if WESTON_COLOR_MANAGEMENT_LCMS
 	prompt "weston                        "
 	help
 	  Wayland compositor reference implementation
@@ -129,4 +130,8 @@ config WESTON_TOUCH_CALIBRATOR
 	  Install weston-touch-calibrator tool, interface must be enabled in
 	  weston.ini.
 
+config WESTON_COLOR_MANAGEMENT_LCMS
+	bool
+	prompt "color management module"
+
 endif
diff --git a/rules/weston.make b/rules/weston.make
index 35ddab180..b44b661a7 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -45,7 +45,7 @@ WESTON_CONF_OPT		:= \
 	-Dbackend-vnc=$(call ptx/truefalse,PTXCONF_WESTON_BACKEND_VNC) \
 	-Dbackend-wayland=$(call ptx/truefalse,PTXCONF_WESTON_GL) \
 	-Dbackend-x11=false \
-	-Dcolor-management-lcms=false \
+	-Dcolor-management-lcms=$(call ptx/truefalse,PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS) \
 	-Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \
 	-Ddeprecated-color-management-colord=false \
 	-Ddeprecated-color-management-static=false \
-- 
2.43.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] weston: build color management module
  2024-09-04 14:32 [ptxdist] [PATCH v3] weston: build color management module Benjamin Gaignard
@ 2024-09-12 12:12 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-09-12 12:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Benjamin Gaignard

Thanks, applied as 6d447e0278dfc6121ffaf3c246c0a27af05cc5e7.

Michael

[sent from post-receive hook]

On Thu, 12 Sep 2024 14:12:13 +0200, Benjamin Gaignard <benjamin.gaignard@collabora.com> wrote:
> Add an option to build weston color management module.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
> Message-Id: <01020191bd736848-cdc7caea-1dd9-4d3d-bee3-88de4984cab9-000000@eu-west-1.amazonses.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/weston.in b/rules/weston.in
> index 10f0e9172d4f..d8e1e8e25b91 100644
> --- a/rules/weston.in
> +++ b/rules/weston.in
> @@ -40,6 +40,7 @@ menuconfig WESTON
>  	select PIPEWIRE 		if WESTON_BACKEND_PIPEWIRE
>  	select NEATVNC			if WESTON_BACKEND_VNC
>  	select PAM			if WESTON_BACKEND_VNC
> +	select LCMS			if WESTON_COLOR_MANAGEMENT_LCMS
>  	prompt "weston                        "
>  	help
>  	  Wayland compositor reference implementation
> @@ -129,4 +130,8 @@ config WESTON_TOUCH_CALIBRATOR
>  	  Install weston-touch-calibrator tool, interface must be enabled in
>  	  weston.ini.
>  
> +config WESTON_COLOR_MANAGEMENT_LCMS
> +	bool
> +	prompt "color management module"
> +
>  endif
> diff --git a/rules/weston.make b/rules/weston.make
> index 35ddab180cc7..b44b661a76d9 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -45,7 +45,7 @@ WESTON_CONF_OPT		:= \
>  	-Dbackend-vnc=$(call ptx/truefalse,PTXCONF_WESTON_BACKEND_VNC) \
>  	-Dbackend-wayland=$(call ptx/truefalse,PTXCONF_WESTON_GL) \
>  	-Dbackend-x11=false \
> -	-Dcolor-management-lcms=false \
> +	-Dcolor-management-lcms=$(call ptx/truefalse,PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS) \
>  	-Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \
>  	-Ddeprecated-color-management-colord=false \
>  	-Ddeprecated-color-management-static=false \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-12 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-04 14:32 [ptxdist] [PATCH v3] weston: build color management module Benjamin Gaignard
2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox