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:
Daniel Lezcano 2009-06-10 19:04:41 +02:00
parent 287745ca25
commit dbbf8b4ecb

View File

@ -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@"