mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
svga: add missing meson build dependency
Fixes:a537231b22"meson: build svga driver on linux" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> (cherry picked from commit98e7c3e7a7)
This commit is contained in:
parent
614dd3a5fb
commit
6760093afe
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ files_svga = files(
|
|||
|
||||
libsvga = static_library(
|
||||
'svga',
|
||||
files_svga,
|
||||
[files_svga, sha1_h],
|
||||
c_args : [c_vis_args, c_msvc_compat_args],
|
||||
include_directories : [
|
||||
inc_src, inc_include, inc_gallium, inc_gallium_aux,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue