-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#15116) qt/5.x.x: Use xkbcommon when the qtwayland option is enabled
* qt/5.x.x: Use xkbcommon when the qtwayland option is enabled The xkbcommon library supports both X11 and Wayland. Qt expects xkbcommon to be available for Wayland. This PR relaxes the restriction for xkbcommon to only be included when the qtwayland option is enabled. Additional validation has been added to ensure that xkbcommon has been configured with the required options for X11 and Wayland support as needed. * Don't require X11 support when the gui option is enabled * Update license to use active SPDX identifier * Fix check to check for X11 instead of absence of qtwayland * Fix installation directory when cross-building * Remove -hostprefix option to ensure mkspec exists * Update xkbcommon to 1.5.0 * Bump glib and libpng versions
- Loading branch information
1 parent
c772a96
commit f85fae0
Showing
1 changed file
with
40 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters