From 9b68277b773b6b57b7f04c7bac08eafaa9afa6d9 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 18 Sep 2025 16:35:07 +0300 Subject: [PATCH] libweston: export weston_color_profile_param_builder_set_primary_luminance() All the others were already exported, this was forgotten. Signed-off-by: Pekka Paalanen --- libweston/color-profile-param-builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/color-profile-param-builder.c b/libweston/color-profile-param-builder.c index f2541903d..48ff61564 100644 --- a/libweston/color-profile-param-builder.c +++ b/libweston/color-profile-param-builder.c @@ -487,7 +487,7 @@ weston_color_profile_param_builder_set_tf_power_exponent(struct weston_color_pro * \param max_lum The maximum luminance. * \return true on success, false otherwise. */ -bool +WL_EXPORT bool weston_color_profile_param_builder_set_primary_luminance(struct weston_color_profile_param_builder *builder, float ref_lum, float min_lum, float max_lum) {