projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a8762
)
CMake: Fix libdir in pkg-config file, dehardcode includedir
author
Rémi Verschelde
<rverschelde@gmail.com>
Mon, 12 Oct 2020 10:46:18 +0000
(12:46 +0200)
committer
Lenny Komow
<lenny@lunarg.com>
Tue, 20 Oct 2020 19:28:54 +0000
(13:28 -0600)
Fixes #489.
Supersedes #214.
loader/vulkan.pc.in
patch
|
blob
|
history
diff --git
a/loader/vulkan.pc.in
b/loader/vulkan.pc.in
index 2ce5aea43060b6068e9cccd5c3f649fa9cca0d41..f1588c412aa5ffbc79b6fa93bf9249b5e2b03604 100644
(file)
--- a/
loader/vulkan.pc.in
+++ b/
loader/vulkan.pc.in
@@
-1,7
+1,7
@@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=
${exec_prefix}/@CMAKE_INSTA
LL_LIBDIR@
-includedir=
${prefix}/include
+libdir=
@CMAKE_INSTALL_FU
LL_LIBDIR@
+includedir=
@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @CMAKE_PROJECT_NAME@
Description: Vulkan Loader