From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Apr 2025 15:50:29 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <ptxdist-bounces+lore=lore.pengutronix.de@pengutronix.de>) id 1u0hRF-008Gs0-2K for lore@lore.pengutronix.de; Fri, 04 Apr 2025 15:50:29 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from <ptxdist-bounces@pengutronix.de>) id 1u0hRF-0005tM-EM; Fri, 04 Apr 2025 15:50:29 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <mol@pengutronix.de>) id 1u0hQv-0005bI-OO; Fri, 04 Apr 2025 15:50:09 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <mol@pengutronix.de>) id 1u0hQv-003HFG-0d; Fri, 04 Apr 2025 15:50:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from <mol@pengutronix.de>) id 1u0hQv-007Tdf-0T; Fri, 04 Apr 2025 15:50:09 +0200 From: Michael Olbrich <m.olbrich@pengutronix.de> To: ptxdist@pengutronix.de Date: Fri, 4 Apr 2025 15:50:09 +0200 Message-Id: <20250404135009.1782214-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250327084023.23392-1-benjamin.gaignard@collabora.com> References: <20250327084023.23392-1-benjamin.gaignard@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] weston: install color-lcms lib if needed X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List <ptxdist.pengutronix.de> List-Unsubscribe: <https://metis.pengutronix.de/mailman/options/ptxdist>, <mailto:ptxdist-request@pengutronix.de?subject=unsubscribe> List-Archive: <https://metis.pengutronix.de/mailman/private/ptxdist/> List-Post: <mailto:ptxdist@pengutronix.de> List-Help: <mailto:ptxdist-request@pengutronix.de?subject=help> List-Subscribe: <https://metis.pengutronix.de/mailman/listinfo/ptxdist>, <mailto:ptxdist-request@pengutronix.de?subject=subscribe> Reply-To: ptxdist@pengutronix.de Cc: Benjamin Gaignard <benjamin.gaignard@collabora.com> Sender: "ptxdist" <ptxdist-bounces@pengutronix.de> X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 1824bcf480401b20612048ae072fdfa790643a1f. Michael [sent from post-receive hook] On Fri, 04 Apr 2025 15:50:09 +0200, Benjamin Gaignard <benjamin.gaignard@collabora.com> wrote: > if PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS has been set, it is needed > to install color-lcms lib. > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> > Fixes: 6d447e0278df ("weston: build color management module") > Message-Id: <20250327084023.23392-1-benjamin.gaignard@collabora.com> > Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> > > 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)