diff options
author | Dylan Baker <[email protected]> | 2018-03-09 08:27:31 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-03-12 13:52:38 -0700 |
commit | b7c6870f87acafd592629d1c3127b54e52689f02 (patch) | |
tree | e30f03abb2ac65f737b0db8340c031d0aa36acec /src/gallium/targets | |
parent | a2f08dd574ad3da47b99bd1865b069f0b5b06c4c (diff) |
meson: Add moduledir to d3d.pc
This is required to build wine with the nine patchset
Fixes: 6b4c7047d57178d3362a710ad503057c6a582ca3
("meson: build gallium nine state_tracker")
Reported-by: Mike Lothian <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/d3dadapter9/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/d3dadapter9/meson.build b/src/gallium/targets/d3dadapter9/meson.build index fd608be9bf6..e3f4ae58f53 100644 --- a/src/gallium/targets/d3dadapter9/meson.build +++ b/src/gallium/targets/d3dadapter9/meson.build @@ -72,4 +72,5 @@ pkg.generate( description : 'Native D3D driver modules', version : '.'.join(nine_version), requires_private : 'libdrm >= 2.4.75', + variables : ['moduledir=${prefix}/@0@'.format(d3d_drivers_path)], ) |