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.