freedreno: Build drm subdir before perfcntrs, which uses it.

Fixes: f8ac568955 ("freedreno: Only add drm/computerator when system_has_kms_drm")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25229>
This commit is contained in:
Emma Anholt
2023-09-14 10:11:20 -07:00
committed by Marge Bot
parent c5a6cdfeb9
commit 2db04de6df

View File

@@ -46,10 +46,14 @@ subdir('isa')
subdir('ir2')
subdir('ir3')
subdir('fdl')
subdir('perfcntrs')
if system_has_kms_drm
subdir('drm')
endif
subdir('perfcntrs')
if system_has_kms_drm
subdir('computerator')
endif