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:
8223bc3
)
remove double slash in vulkan.pc
71/279471/1
accepted/tizen/unified/20220811.135910
submit/tizen/20220810.124903
author
jinbong, Lee
<jinbong.lee@samsung.com>
Wed, 10 Aug 2022 04:15:16 +0000
(13:15 +0900)
committer
jinbong, Lee
<jinbong.lee@samsung.com>
Wed, 10 Aug 2022 04:24:43 +0000
(13:24 +0900)
Change-Id: I891e70bd36594aa31fc6f405006e233c58ad35d1
loader/vulkan.pc.in
patch
|
blob
|
history
diff --git
a/loader/vulkan.pc.in
b/loader/vulkan.pc.in
index 1538155774e2e72c5e002f75494b3a87a35f8310..4bec2081dcccaf938d873723972b3fbf3b4e2141 100644
(file)
--- a/
loader/vulkan.pc.in
+++ b/
loader/vulkan.pc.in
@@
-1,7
+1,7
@@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${exec_prefix}
/
@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}
/
@CMAKE_INSTALL_INCLUDEDIR@
+libdir=${exec_prefix}@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}@CMAKE_INSTALL_INCLUDEDIR@
Name: @CMAKE_PROJECT_NAME@
Description: Vulkan Loader