Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build flag to disable X11 support #2534

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Add build flag to disable X11 support #2534

merged 1 commit into from
Nov 5, 2023

Conversation

hluk
Copy link
Owner

@hluk hluk commented Nov 5, 2023

Mainly disables looking for private Qt headers for X11 support.

This effectively removes support for global shortcuts and getting window titles.

Usage:

cmake -DWITH_X11=OFF ...

Fixes #2532

@hluk hluk force-pushed the x11-disable-flag branch 2 times, most recently from ca01103 to 0038020 Compare November 5, 2023 12:01
Mainly disables looking for private Qt headers for X11 support.

This effectively removes support for global shortcuts and getting window
titles.

Usage:

    cmake -DWITH_X11=OFF ...

Fixes #2532
@hluk hluk force-pushed the x11-disable-flag branch from 0038020 to 7cfe223 Compare November 5, 2023 12:23
@hluk hluk merged commit afab7c8 into master Nov 5, 2023
4 checks passed
@hluk hluk deleted the x11-disable-flag branch November 5, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qt6 builds still look for x11extras (failure on linux)
1 participant