diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2020-07-02 11:06:15 -0700 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-08-21 18:38:44 +0000 |
commit | 42e29feb8bdaf2854da69f9b5d779a891ffa5d71 (patch) | |
tree | 2d1029998d9b7a6f7b7202c0cc657bcf9e700142 /src/meson.build | |
parent | a4c708dd24e5ba8ac381973c14db8d23f4ac97bf (diff) |
virgl: move protocol headers to a common place
Tested with meson. Android.mk changes are not tested.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6235>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index b16717193e9..1d8e7633369 100644 --- a/src/meson.build +++ b/src/meson.build @@ -85,6 +85,9 @@ endif if with_gallium_panfrost or with_gallium_lima subdir('panfrost') endif +if with_gallium_virgl + subdir('virtio') +endif if with_dri_i965 or with_intel_vk or with_gallium_iris subdir('intel') endif |