Skip to content

Commit

Permalink
iris: Add idep_intel_dev as dependence of iris winsys
Browse files Browse the repository at this point in the history
Tracked-On: OAM-128303
Signed-off-by: Weifeng Liu <[email protected]>
  • Loading branch information
phreer authored and manxiaoliang committed Dec 10, 2024
1 parent e76b5e7 commit 73e9926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gallium/winsys/iris/drm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ libiriswinsys = static_library(
files('iris_drm_winsys.c'),
include_directories : [
inc_src, inc_include,
inc_gallium, inc_gallium_aux, inc_gallium_drivers, inc_gallium_winsys, inc_intel
inc_gallium, inc_gallium_aux, inc_gallium_drivers, inc_gallium_winsys, inc_intel,
],
c_args : [iris_drm_winsys_c_args],
dependencies: [ idep_intel_dev ],
gnu_symbol_visibility : 'hidden',
)

0 comments on commit 73e9926

Please sign in to comment.