mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 00:52:59 +00:00
remove pkg-config dependency from lxc
Stupid me, we don't want to add a dependency to an external tool as the library has to be standalone. Just let lxc to define a .pc file, so the upper layer will find the needed informations to use it. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
287745ca25
commit
dbbf8b4ecb
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
|
||||
echo "lxc version: $(pkg-config --modversion lxc)"
|
||||
echo "lxc version: @LXC_MAJOR_VERSION@.@LXC_MINOR_VERSION@.@LXC_MICRO_VERSION@"
|
||||
|
Loading…
Reference in New Issue
Block a user