if PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS has been set, it is needed
to install color-lcms lib.

Signed-off-by: Benjamin Gaignard <[email protected]>
Fixes: 6d447e0278df ("weston: build color management module")
---
 rules/weston.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/weston.make b/rules/weston.make
index d1308f9b1..702fc9ea4 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -146,6 +146,9 @@ ifdef PTXCONF_WESTON_PIPEWIRE
 endif
 ifdef PTXCONF_WESTON_REMOTING
        @$(call install_lib, weston, 0, 0, 0644, 
libweston-$(LIBWESTON_MAJOR)/remoting-plugin)
+endif
+ifdef PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS
+       @$(call install_lib, weston, 0, 0, 0644, 
libweston-$(LIBWESTON_MAJOR)/color-lcms)
 endif
        @$(call install_lib, weston, 0, 0, 0644, weston/desktop-shell)
        @$(call install_lib, weston, 0, 0, 0644, weston/fullscreen-shell)
-- 
2.43.0


Reply via email to