Lines Matching refs:pkg
152 PKGCONFIG="`which_wrapper pkg-config`"
654 if which_wrapper pkg-config > /dev/null; then
655 libxml2_ver=`pkg-config libxml-2.0 --modversion 2>> $LOG`
660 FLGXML2=`pkg-config libxml-2.0 --cflags`
662 LIBXML2=`pkg-config libxml-2.0 --libs`
720 log_failure "neither pkg-config nor xml2-config found"
1483 # default is to use pkg-config
1484 if which_wrapper pkg-config > /dev/null; then
1488 pkg-config QtCore --modversion 2>> $LOG`
1495 pkg-config QtCore --cflags`
1500 pkg-config QtCore --libs`
1504 log_failure "pkg-config not found"
1578 # most likely pkg-config gave us -I/usr/include/qt4 -I/usr/include/qt4/QtCore
1639 if which_wrapper pkg-config > /dev/null; then
1640 libvpx_ver=`pkg-config vpx --modversion 2>> $LOG`
1642 FLGVPX=`pkg-config vpx --cflags`
1644 LIBVPX=`pkg-config vpx --libs`
1939 # For Solaris we use libpython2.4 for compatibility with Solaris 10 and passing IPS pkg audit
2052 if which_wrapper pkg-config > /dev/null; then
2053 GSOAP_CXX_LIBS=`pkg-config gsoapssl++ --libs 2>> $LOG`
2055 GSOAP=`pkg-config gsoapssl++ --variable=exec_prefix`
2069 gsoap_version=`pkg-config gsoapssl++ --modversion`