meson: Include the loader subdir when building lavapipe

This could be skipped when building only lavapipe with only x11.

Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32883>
This commit is contained in:
Konstantin Seurer 2025-01-04 20:57:17 +01:00 committed by Marge Bot
parent 23a96b1537
commit 963f8fff1e

View file

@ -47,7 +47,7 @@ else
idep_getopt = null_dep
endif
subdir('x11')
if with_gallium or with_gbm or with_platform_wayland
if with_gallium_or_lvp or with_gbm or with_platform_wayland
subdir('loader')
endif
if with_gallium