Control: tags -1 + pending
Hi Leo,
2016-08-11 22:46 Leo L. Schwab:
Package: libcwidget-dev
Version: 0.5.17-4+b1
Severity: normal
Dear Maintainer,
Upon installation of libcwidget-dev, 'pkg-config --cflags' returns
an incomplete set of options:
----
$ pkg-config --cflags cwidget
-I/usr/lib/x86_64-linux-gnu/cwidget -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
----
Missing from this list is '-I/usr/include/cwidget', needed for any
compilation to succeed. Looking at cwidget.pc, it appears that Cflags is
defined incorrectly, referring to ${includedir} rather than
${pkgincludedir}. I've attached a diff/patch that fixes the problem on my
local machine.
Thanks for the report and the patch.
I committed this fix to the upstream side of cwidget, it will be
released soon-ish.
Cheers.
--
Manuel A. Fernandez Montecelo <[email protected]>