Question On CentOS 7.5 Clutter-1.0 Pkgconfig Missing

Home » CentOS » Question On CentOS 7.5 Clutter-1.0 Pkgconfig Missing
CentOS 3 Comments

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

3 thoughts on - Question On CentOS 7.5 Clutter-1.0 Pkgconfig Missing

  • 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,

    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