Bug 54379

Summary: pkg.c: name_ends_in_uninstalled() matches 'uninstalled' (without hyphen)
Product: pkg-config Reporter: Michał Górny <mgorny>
Component: srcAssignee: Tollef Fog Heen <tfheen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Michał Górny 2012-09-02 08:29:03 UTC
The check done by name_ends_in_uninstalled() matches the 'uninstalled' string, while the appended string is '-uninstalled'. I think the intent is to have the hyphen in the former string as well.
Comment 1 Dan Nicholson 2012-10-13 16:28:23 UTC
Yes, I think you're right. Good catch. So, current code would match foouninstalled.pc, but really we want foo-uninstalled.pc. That's also what the man page says. Fixed in commit 3aa6216.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.