Searched defs:packageName (Results 1 - 1 of 1) sorted by relevance
/inkscape/ |
H A D | buildtool.cpp | 3187 bool pkgConfigRecursive(const String packageName, 3198 bool pkgConfigQuery(const String &packageName, int query, String &result); 4443 bool MakeBase::pkgConfigRecursive(const String packageName, argument 4455 if (!pkgConfig.query(packageName)) 4463 deplist.insert(packageName); 4473 error("Based on 'requires' attribute of package '%s'", packageName.c_str()); 4483 bool MakeBase::pkgConfigQuery(const String &packageName, int query, String &result) argument 4491 if (!pkgConfigRecursive(packageName, path, prefix, query, val, deplist))
|
Completed in 58 milliseconds