X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=b77b8fc3d453f17d755115cdc23f480f3be99b63;hb=3772879ebdf452eeb9e8e2c04c07338c4933a3ed;hp=58288ffbfa096a71e4dfbe82fe360c207824f7b7;hpb=05aafad32a76aa43b95f0e1141027d0ebfc1b07e;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index 58288ff..b77b8fc 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -481,6 +481,9 @@ and if it fails, the package path is searched for matches. */ FS::Path Builder::get_package_location(const string &name) { + if(verbose>=3) + cout<<"Looking for package "< argv; argv.push_back("pkg-config"); @@ -504,6 +507,8 @@ FS::Path Builder::get_package_location(const string &name) pkg_dirs.push_back(full); } } + if(verbose>=3) + cout<