Thanks, applied as 1824bcf480401b20612048ae072fdfa790643a1f. Michael
[sent from post-receive hook] On Fri, 04 Apr 2025 15:50:09 +0200, Benjamin Gaignard <[email protected]> wrote: > 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") > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/weston.make b/rules/weston.make > index d1308f9b158b..702fc9ea46b8 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)
