Jerry Geis
2018-May-21 13:44 UTC
[CentOS] Question on CentOS 7.5 clutter-1.0 pkgconfig missing
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
John Hodrien
2018-May-21 13:48 UTC
[CentOS] Question on CentOS 7.5 clutter-1.0 pkgconfig missing
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
Jerry Geis
2018-May-21 13:53 UTC
[CentOS] Question on CentOS 7.5 clutter-1.0 pkgconfig missing
Thanks,> It's provided by clutter-devel-1.26.2-2.el7.x86_64:> /usr/lib64/pkgconfig/clutter-1.0.pcOk. 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