~vcs-imports/pkg-config/master

Viewing all changes in revision 493.

  • Committer: Dan Nicholson
  • Date: 2017-04-07 14:17:28 UTC
  • Revision ID: git-v1:2dd2b1994446e152b1e3e79c9233f62edba14877
parse: Don't emit unknown keyword warning for Libs.private

Requires.private and Libs.private are skipped unless --static is in use.
However, the parser was checking for Libs.private and this option in a
single conditional unlike Requires.private. This was making the check
fall through to the else and emit an "Unknown keyword" debug message
when --static was not used. This was harmless but not true.

https://bugs.freedesktop.org/show_bug.cgi?id=99770

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: