libweston: export weston_color_profile_param_builder_set_primary_luminance()

All the others were already exported, this was forgotten.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-09-18 16:35:07 +03:00 committed by Leandro Ribeiro
parent c0f79189dd
commit 9b68277b77

View file

@ -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)
{