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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index 65069240d88..1f3f3cb8212 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -62,7 +62,7 @@ d3dadapter9_la_LDFLAGS = \ -shrext .so \ -module \ -no-undefined \ - -version-number $(NINE_MAJOR):$(NINE_MINOR) \ + -version-number $(NINE_MAJOR):$(NINE_MINOR):$(NINE_TINY) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) |