Repair compilation when Pango support is enabled
commitae78e88eef4d4aeed6c171319c66de8526531cbc
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 29 May 2021 21:02:37 +0000 (29 23:02 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 29 May 2021 22:55:10 +0000 (29 23:55 +0100)
treedc83940a127069939a97f7b4fb3b05cf4833b97b
parentf049635fa5e779b9ef1905695b815809c3708908
Repair compilation when Pango support is enabled

It seems there have been changes in the way Pango's header files are
installed in recent versions, probably to allow having multiple versions
together on a system.

Because one public header from WINGs has to include Pango's header, we must
include the search path provided by Pango into our WINGs search path that
are returned by pkg-config (the .pc file).

They are then also added to WindowMaker and WPrefs which use the header but
can't rely on the path from the .pc file which has not been installed yet.

Reported-by: Carlos R. Mafra <crmafra@gmail.com>
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/Makefile.am
WPrefs.app/Makefile.am
src/Makefile.am