Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:ARM:Rings:1-MinimalX
qt6-webengine
QtWebEngine_6.8_skip_xnnpack.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File QtWebEngine_6.8_skip_xnnpack.patch of Package qt6-webengine
Don't use xnnpack on ARM with QtWebEngine 6.8.0 Bug ref: https://bugreports.qt.io/browse/QTBUG-129985 diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index fe4f2c3f1..729d4d3e9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -544,6 +544,10 @@ foreach(arch ${archs}) ) endif() endif() + if(cpu MATCHES "arm.*") + # https://bugreports.qt.io/browse/QTBUG-129985 + list(APPEND gnArgArg build_webnn_with_xnnpack=false) + endif() unset(cpu) endif()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor