Bugzilla – Bug 1331
waf generates and installs pkgconfig .pc files even for disabled modules and tests
Last modified: 2012-02-13 13:54:44 UTC
waf generates and installs pkgconfig/libns3-*-test.pc even if --enable-tests is not used. There was also a problem with pkgconfig/libns3-template.pc in case that template module isn't enabled, but I believe it's not any longer since template module is gone.
It is much more general (and probably easier to fix); .pc files get generated and installed even for disabled modules.
changeset: 7707:42c37d556d61 tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Mon Feb 13 18:54:22 2012 +0000 summary: Bug 1331 - waf generates and installs pkgconfig .pc files even for disabled modules and tests