In edffd03, the LIBTPL_MODULES variable was removed. This actually broke tpl-extensions.pc.in, as it references that variable...
As seen below, it's still referenced:
|
Requires: @LIBTPL_MODULES@ |
This issue has been revealed as part of RPM-based distros switching to pkgconf as the pkgconfig engine, as now an unresolvable pkgconfig(@LIBTPL_MODULES@) dependency exists, breaking build environments.
I'm not sure why this didn't show up before with pkg-config, but the pkgconf behavior is correct, and this pc file is broken.
In edffd03, the
LIBTPL_MODULESvariable was removed. This actually broketpl-extensions.pc.in, as it references that variable...As seen below, it's still referenced:
telepathy-logger/extensions/tpl-extensions.pc.in
Line 11 in 3755aa0
This issue has been revealed as part of RPM-based distros switching to
pkgconfas the pkgconfig engine, as now an unresolvablepkgconfig(@LIBTPL_MODULES@)dependency exists, breaking build environments.I'm not sure why this didn't show up before with
pkg-config, but thepkgconfbehavior is correct, and this pc file is broken.