pan/util: sort files in meson.build

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32039>
This commit is contained in:
Caterina Shablia 2024-12-13 14:29:33 +00:00 committed by Marge Bot
parent 2e1c87c1ca
commit 948653019b

View file

@ -11,8 +11,8 @@ libpanfrost_util_files = files(
'pan_liveness.c',
'pan_lower_framebuffer.c',
'pan_lower_helper_invocation.c',
'pan_lower_image_ms.c',
'pan_lower_image_index.c',
'pan_lower_image_ms.c',
'pan_lower_sample_position.c',
'pan_lower_store_component.c',
'pan_lower_writeout.c',