mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-27 09:21:56 +00:00
loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so for
for static linking purposes should go into Libs.private
This commit is contained in:
parent
b20f2b92b7
commit
8dd69981a4
@ -6,6 +6,7 @@ includedir=${prefix}/include
|
||||
Name: @CMAKE_PROJECT_NAME@
|
||||
Description: Vulkan Loader
|
||||
Version: @VK_API_VERSION@
|
||||
Libs: -L${libdir} -lvulkan @PRIVATE_LIBS@
|
||||
Libs: -L${libdir} -lvulkan
|
||||
Libs.private: @PRIVATE_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user