diff options
| author | John Zupin <johnz@lunarg.com> | 2017-10-10 14:39:00 -0600 |
|---|---|---|
| committer | johnzupin <johnzupin@gmail.com> | 2017-10-10 16:29:54 -0600 |
| commit | 61d5a562ba4e4a70142658b13a99e40d3c833b78 (patch) | |
| tree | 8a1d54afd7bd7526929640bb2f7d07e0d483fb75 /loader | |
| parent | f024068bf033b7084ef08f19626c8a6257192b0b (diff) | |
| download | usermoji-61d5a562ba4e4a70142658b13a99e40d3c833b78.tar.xz | |
loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so for
for static linking purposes should go into Libs.private
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/vulkan.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/vulkan.pc.in b/loader/vulkan.pc.in index 717aa74e..2ce5aea4 100644 --- a/loader/vulkan.pc.in +++ b/loader/vulkan.pc.in @@ -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} |
