https://bugzilla.redhat.com/show_bug.cgi?id=2249395
--- Comment #27 from nucleo <[email protected]> --- BuildRequires: qt6-qtbase-static BuildRequires: zlib-ng-compat-static Should be replaced with BuildRequires: qt6-qtbase-devel BuildRequires: zlib-ng-compat-devel Updated patch fixes both zlib and png static issues --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,6 +180,7 @@ if(APPLE) target_link_libraries(86Box Freetype::Freetype) endif() . +set(CMAKE_FIND_PACKAGE_PREFER_CONFIG OFF) find_package(PNG REQUIRED) include_directories(${PNG_INCLUDE_DIRS}) target_link_libraries(86Box PNG::PNG) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2249395 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202249395%23c27 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
