gfxstream: build the test layer via Meson
Useful for host driver in guest efforts.
ninja -C amd64-build/
Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
committed by
Marge Bot
parent
362ffb5f81
commit
ef4d6d8fb4
@@ -2,5 +2,9 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
inc_platform = include_directories('include')
|
||||
subdir('linux')
|
||||
subdir('stub')
|
||||
if with_guest_test
|
||||
subdir('rutabaga')
|
||||
else
|
||||
subdir('linux')
|
||||
subdir('stub')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user