Yaakov Selkowitz wrote:
>> kf5-kfilemetadata
>> okular
>
> These are cases of overlinking, as they only use symbols from
> libpoppler-qt5. This can be seen in Ubuntu (which links with
> -Wl,--as-needed and -Wl,--no-undefined) and Cygwin (which as a PE
> platform acts similarly automatically), neither of which require
> libpoppler.
>
> extra-cmake-modules should be fixed so that Poppler::Qt5 does not pull
> in Poppler::Core:
>
> --- a/find-modules/FindPoppler.cmake
> +++ b/find-modules/FindPoppler.cmake
> @@ -86,5 +86,4 @@
> foreach(_comp ${Poppler_known_components})
> string(TOLOWER "${_comp}" _lc_comp)
> - set(Poppler_${_comp}_component_deps "Core")
> set(Poppler_${_comp}_pkg_config "poppler-${_lc_comp}")
> set(Poppler_${_comp}_lib "poppler-${_lc_comp}")
Thanks, I'll fix these as suggested (in rawhide)
-- Rex
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]