Skip to content

Update and include latest SDL2 headers#1

Merged
keltar merged 5 commits intokeltar:masterfrom
superjamie:master
Feb 4, 2023
Merged

Update and include latest SDL2 headers#1
keltar merged 5 commits intokeltar:masterfrom
superjamie:master

Conversation

@superjamie
Copy link
Copy Markdown
Contributor

The generator script currently fails to run. Update with latest utils
directory from pycparser to fix it.

The generator script calls /usr/bin/python which is Python 2, but it
runs fine under Python 3, so change script to use /usr/bin/python3.

Add newer SDL2 syntax generated from SDL2 v2.0.20 (latest Ubuntu LTS)
and SDL2 v2.26.2 (latest stable).

Signed-off-by: Jamie Bainbridge [email protected]

@superjamie
Copy link
Copy Markdown
Contributor Author

It would also be good to consider a license for your repository.

MIT and CC0 are common for small projects, and for projects which are possibly related to closed-source game development like with SDL.

@keltar
Copy link
Copy Markdown
Owner

keltar commented Feb 4, 2023

Thank you. I'll think about how I could separate licenses for pycparser's includes and syntax generator.

@keltar keltar merged commit 2840bb1 into keltar:master Feb 4, 2023
@superjamie
Copy link
Copy Markdown
Contributor Author

Thanks for the quick reponse!

You can include pycparser's license file in the utils directory, and include your own license file in the root directory of the repo.

That meets the requirements for the MIT-like pycparser license, and is the normal practice when a repo has code under different licenses.

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.

2 participants