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 the DOS module depend on SDL2 net #2358

Merged
merged 1 commit into from Mar 23, 2023
Merged

Make the DOS module depend on SDL2 net #2358

merged 1 commit into from Mar 23, 2023

Conversation

kcgen
Copy link
Member

@kcgen kcgen commented Mar 23, 2023

The DOS serial port CLI tool includes
misc_utils.h, which depends on SDL2 net
structures.

Thanks to @ThomasEricB for flagging this, and for NixOS's separate per-package include directories revealing this (the DOS module already depends on SDL but not on SDL2_net; we just 'got lucky' on existing platforms because the SDL2 net headers are often placed inside the same directory as the SDL2 headers).

The DOS serial port CLI tool includes
misc_utils.h, which depends on SDL2 net
structures.
@kcgen kcgen added SDL SDL integration related issues build system Build system related issues labels Mar 23, 2023
@kcgen kcgen self-assigned this Mar 23, 2023
@kcgen
Copy link
Member Author

kcgen commented Mar 23, 2023

Passing CI, and now confirmed working on NixOS as well:

image

Thanks @ThomasEricB !

@kcgen kcgen merged commit 1b02f18 into main Mar 23, 2023
58 checks passed
@ThomasEricB
Copy link
Contributor

Passing CI, and now confirmed working on NixOS as well:

Wrong photo! Doesn't look as clean because of the unrelated voodoo branch errors LOL

image

Thanks @ThomasEricB !

Anytime :)

@kcgen kcgen deleted the kc/sdl2-net-deps-1 branch March 29, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Build system related issues SDL SDL integration related issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants