Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
libqt5-qtwebkit
enable_x11_target_always.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File enable_x11_target_always.patch of Package libqt5-qtwebkit
From: Max Lin <mlin@suse.com> Subject: Enable X11 target build always openSUSE didn't ship Xcb Plugin's cmake file, it need to make sure X11 target build is on always. Index: qtwebkit-5.212.0-alpha2/Source/cmake/OptionsQt.cmake =================================================================== --- qtwebkit-5.212.0-alpha2.orig/Source/cmake/OptionsQt.cmake +++ qtwebkit-5.212.0-alpha2/Source/cmake/OptionsQt.cmake @@ -154,7 +154,7 @@ endif () # FIXME: Move Qt handling here find_package(Qt5Gui QUIET) -if (UNIX AND TARGET Qt5::QXcbIntegrationPlugin AND NOT APPLE) +if (UNIX AND NOT APPLE) set(ENABLE_X11_TARGET_DEFAULT ON) else () set(ENABLE_X11_TARGET_DEFAULT OFF)
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