Searched refs:pkgConfigQuery (Results 1 - 1 of 1) sorted by relevance
/inkscape/ |
H A D | buildtool.cpp | 3198 bool pkgConfigQuery(const String &packageName, int query, String &result); 4483 bool MakeBase::pkgConfigQuery(const String &packageName, int query, String &result) function in class:buildtool::MakeBase 4522 if (!pkgConfigQuery(varname, 0, val)) 4531 if (!pkgConfigQuery(varname, 1, val)) 4540 if (!pkgConfigQuery(varname, 2, val))
|
Completed in 848 milliseconds