diff options
author | Emil Velikov <[email protected]> | 2014-11-22 04:23:05 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-26 20:09:10 +0000 |
commit | 9b7037a3696cc9282f209435fc26702998341b5e (patch) | |
tree | 5e2d2c97f423af2484daef85a3e5a3941ae1e983 /src/gallium/targets/d3dadapter9/d3d.pc.in | |
parent | c642e87d9f423c78bf631410e858f675292ba0c4 (diff) |
nine: the .pc file should not follow mesa version
The version provided by it should be the same as the one
provided/handled by the module. Add the missing tiny version.
Cc: <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: David Heidelberg <[email protected]>
Diffstat (limited to 'src/gallium/targets/d3dadapter9/d3d.pc.in')
-rw-r--r-- | src/gallium/targets/d3dadapter9/d3d.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/d3d.pc.in b/src/gallium/targets/d3dadapter9/d3d.pc.in index 9a18a5c1b8e..d34b2a7d8d8 100644 --- a/src/gallium/targets/d3dadapter9/d3d.pc.in +++ b/src/gallium/targets/d3dadapter9/d3d.pc.in @@ -6,6 +6,6 @@ moduledir=@D3D_DRIVER_INSTALL_DIR@ Name: d3d Description: Native D3D driver modules -Version: @VERSION@ +Version: @NINE_VERSION@ Requires.private: @DRI_PC_REQ_PRIV@ Cflags: -I${includedir} |