Skip to content

Commit

Permalink
Remove wsi_common_src and dep_displayinfo from "none" wsi build
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Apr 20, 2023
1 parent b10a123 commit 075d740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wsi/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ elif dxvk_wsi == 'glfw'
wsi_src = wsi_common_src + wsi_glfw_src
wsi_deps = [ dep_displayinfo, lib_glfw ]
elif dxvk_wsi == 'none'
wsi_src = wsi_common_src + wsi_none_src
wsi_deps = [ dep_displayinfo ]
wsi_src = wsi_none_src
wsi_deps = []
else
error('Unknown wsi')
endif
Expand Down

0 comments on commit 075d740

Please sign in to comment.