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

build.zig: Support for building with PLAFORM_DRM #3191

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

jakubvf
Copy link
Contributor

@jakubvf jakubvf commented Jul 21, 2023

Summary:
This pull request introduces a new option, -Dplatform_drm, to be used with zig build.

Test Environment:
The changes have been tested on a Raspberry Pi 3.

Mentions:
To ensure the relevant parties are aware of this update and can review it, I am pinging the maintainers of Zig Raylib wrappers: @Not-Nik and @ryupold.

Code Quality:
I welcome any suggestions and feedback to further enhance the code quality.

Thank you for your attention and consideration.

- Adds an option -Dplatform_drm when using zig build
- When building for linux, checks whether -Dplatform_drm is present and configures the build accordingly.
@raysan5
Copy link
Owner

raysan5 commented Jul 21, 2023

@jakubvf thanks! it seems a really nice addition to me, let's wait for some feedback from @Not-Nik and @ryupold before merging!

@Not-Nik
Copy link
Sponsor Contributor

Not-Nik commented Jul 21, 2023

Looks good to me

@ryupold
Copy link
Contributor

ryupold commented Jul 21, 2023

Nice, I like it
Now I need to get my hands on a new Pi 😃

@raysan5 raysan5 merged commit ad2338b into raysan5:master Jul 21, 2023
@raysan5
Copy link
Owner

raysan5 commented Jul 21, 2023

@jakubvf Great! Merging it! Thnaks for the addition!
@Not-Nik @ryupold Thank you very much for the review! :D

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.

4 participants