aboutsummaryrefslogtreecommitdiff
path: root/loader/vulkan.pc.in
AgeCommit message (Collapse)Author
2017-10-10loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so forJohn Zupin
for static linking purposes should go into Libs.private
2017-03-16build: Improve pkg-config to handle 64-bit distrosleigh123linux
Fixes #1582 Change-Id: I2f06a7016643f61d7e6341df20f355cb510350ab
2017-03-14build: Add pkgconfig file for the Vulkan loaderKarl Schultz
Fixes #757 On Linux, the build configures a vulkan.pc pkgconfig file, writing it to <build_dir>/loader. The make 'install' target then installs this file along with the others so that it can be found with pkg-config. Then, issuing: $ pkg-config --libs --cflags vulkan emits compilation flags for vulkan programs. Since retrieving the header version from vulkan.h was needed in order to put the Version in the pc file, this commit also uses the header version to specify the SO version, so it no longer needs to be changed for every release. Change-Id: If83c17bfbb59f2ee05d5f86f5e957fc11871546b