Commit dbbf8b4e by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 287745ca
#!/bin/bash #!/bin/bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig echo "lxc version: @LXC_MAJOR_VERSION@.@LXC_MINOR_VERSION@.@LXC_MICRO_VERSION@"
echo "lxc version: $(pkg-config --modversion lxc)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment