I was trying to build gmencoder today, and it uses a pkg-config search to check for the existence of libgnomeui. For some reason, libgnomeui.pc was not added to the pkg-config directory, or anywhere else, even though it is installed.
I looked at some other .pc files, and it seems likeI should be able to write one on my own. The manpage confirms the layout and syntax of these files. But before attempting that, I wanted to know if there was any way to have libgnomeui automatically added to the pkg-config directory by the system. Is there?


