Hello - I seem to be missing a pkgconfig clutter-1.0 file on C7.5
Doing yum provides "*/clutter-1.0" does not provide anything for /usr/share/pkgconfig ?
Am I missing something ? how can I get the pkgconfig for clutter ? My system has none even though I have all the clutter-devel packages installed.
Thanks,
Jerry
On Mon, 21 May 2018, Jerry Geis wrote:
Hello - I seem to be missing a pkgconfig clutter-1.0 file on C7.5
Doing yum provides "*/clutter-1.0" does not provide anything for /usr/share/pkgconfig ?
Am I missing something ? how can I get the pkgconfig for clutter ? My system has none even though I have all the clutter-devel packages installed.
I'm not sure what you're doing wrong.
yum provides '*/clutter-1.0.pc'
It's provided by clutter-devel-1.26.2-2.el7.x86_64:
/usr/lib64/pkgconfig/clutter-1.0.pc
jh
Thanks,
It's provided by clutter-devel-1.26.2-2.el7.x86_64:
/usr/lib64/pkgconfig/clutter-1.0.pc
Ok. I did not have the ending .pc so now yum provides "*/clutter-1.0.pc" gives me the same as you. And in fact that file is on my machine under /usr/lib64/pkgconfig
however when I do "pkg-config clutter-1.0" it returns nothing.
Jerry