Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2020-07-26 16:56:44 +0300
committerJens Peters <jp7677@gmail.com>2020-07-26 16:56:44 +0300
commit9d39945a7f111ff33cce852a09f960b9ce5112df (patch)
tree22108560467d6f18a6a8f54a361c5b6c331949b1 /meson.build
parentc74262256290dde64c758ff13f012db32cb571dc (diff)
Remove dxgi reference.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index e0fe580..d80458a 100644
--- a/meson.build
+++ b/meson.build
@@ -8,8 +8,7 @@ else
dll_suffix = ''
endif
-lib_d3d11 = dxvk_compiler.find_library('d3d11')
-lib_dxgi = dxvk_compiler.find_library('dxgi')
+lib_d3d11 = dxvk_compiler.find_library('d3d11')
dxvk_nvapi_version = vcs_tag(
command: ['git', 'describe', '--always', '--tags', '--dirty=+'],