mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
23a96b1537
commit
963f8fff1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue