Skip to content

Fix minor bootstrap-managarm bugs#440

Open
pitust wants to merge 4 commits into
managarm:masterfrom
pitust:master
Open

Fix minor bootstrap-managarm bugs#440
pitust wants to merge 4 commits into
managarm:masterfrom
pitust:master

Conversation

@pitust
Copy link
Copy Markdown

@pitust pitust commented Jan 20, 2025

No description provided.

- '--enable-gtk'
- '--enable-sdl'
- '--enable-trace-backends=log'
- '--enable-slirp'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems wrong - meson auto-detects libslirp without needing this flag. It only ever gets disabled when it's not present.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, changing configure flags requires a revbump.

Copy link
Copy Markdown
Author

@pitust pitust Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems wrong - meson auto-detects libslirp without needing this flag. It only ever gets disabled when it's not present.

Weird, it didn't detect it for me (and this fixed it). libslirp is a subproject of qemu, though, so I suspect it's fetched automatically if you ask for it.

Also, changing configure flags requires a revbump.

Done.

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