It appears that the required libraries may depend on whether linking is done statically or dynamically. The pkg-config thus needs to know. Update the instructions accordingly. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> --- INSTALL | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index d55f56cd9f..b7546aa61e 100644 --- a/INSTALL +++ b/INSTALL @@ -62,12 +62,10 @@ using an option for disabling shared libraries: $ LDFLAGS="--static -static" ./configure --disable-shared Note that this requires static variants of all the libraries needed for -linking which may not be available in all systems. +linking which may not be available in all systems. Then run the configure +script as follows: -In order to build binaries that are not dependent on libraries contained -in v4l-utils, simply use the --disable-shared option: - - $ ./configure --disable-shared + $ PKG_CONFIG="pkg-config --static" ./configure --disable-shared Android Cross Compiling and Installing: ---------------- -- 2.11.0