It would be needed by evince as can be seen in: http://git.gnome.org/browse/evince/tree/configure.ac # Evince has a rather soft run-time dependency on hicolor-icon-theme. # If the hicolor theme is not available, Evince fails to display some # icons. Because we cannot check for it at run-time, we instead # would like to require the icon theme at compile-time. But, because # the hicolor-icon-theme does not have a pkgconfig file, on gnome we # require the gnome icon theme instead. SHELL_PLATFORM_PKGS="gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED" # The totem-screensaver and egg_smclient code use x11 directly. SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11" ;; Could you please provide a pkgconfig file if possible? Thanks
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/default-icon-theme/issues/7.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.