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

Make KMS support configurable at build time #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caramelli
Copy link
Contributor

As vkcube can run on platforms without gbm, I find it useful to make it configurable at build time, similar to XCB and Wayland.

To do this, the existing HAVE_VULKAN_INTEL_H flag is used.

Note that if init_wayland(vc) failed and XCB was missing, the following message was printed:
"failed to initialize wayland, falling back to xcb"
instead of:
"failed to initialize wayland, falling back to kms"

This is now fixed in this PR.

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.

1 participant