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

Question:: SDL2 wrapper for RPi #1359

Open
emveepee opened this issue Jan 7, 2024 · 3 comments
Open

Question:: SDL2 wrapper for RPi #1359

emveepee opened this issue Jan 7, 2024 · 3 comments

Comments

@emveepee
Copy link

emveepee commented Jan 7, 2024

Is there are way to add a configure option for SDL2 in the meson wrapper? I would like to add option --enable-video-kmsdrm to the meson build because I think this is needed for the RPi when not using X or Wayland.

@jpakkane
Copy link
Member

jpakkane commented Jan 7, 2024

You can add a new entry to meson_options.txt and then file a MR with your changes.

@emveepee
Copy link
Author

emveepee commented Jan 7, 2024

You can add a new entry to meson_options.txt and then file a MR with your changes.

Unfortunately I don't have a clue what that means, I would have thought it was added by default

--enable-video-kmsdrm use KMSDRM video driver [default=yes]

@Jan200101
Copy link
Contributor

Unfortunately I don't have a clue what that means, I would have thought it was added by default

the wrap is a recreation of upstream's cmake setup in meson with many features left out.
Anything needed from upstream would need to be ported in.

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

No branches or pull requests

3 participants