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

Remove gengetopt as a dependency, and use Glib's GOptionEntry instead #2898

Merged
merged 4 commits into from
Mar 3, 2022

Conversation

lminiero
Copy link
Member

As the title says, this PR removes the need to have gengetopt installed, when compiling Janus: we used gengetopt as a helper application to generate our command line options and related parser (which would be generated automatically by the Makefile), but since Glib comes with a set of utilities using GOptionEntry, I thought I'd change the code to use that instead.

Nothing should change from a user perspective, since the command line options that existed before remain the same, and are activated the same way as well. Of course, some feedback to be sure I'm not breaking something in the process is more than welcome.

@lminiero lminiero added the multistream Related to Janus 1.x label Feb 21, 2022
@lminiero
Copy link
Member Author

lminiero commented Mar 3, 2022

Merging.

@lminiero lminiero merged commit c21500c into master Mar 3, 2022
@lminiero lminiero deleted the rm-gengetopt branch March 3, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multistream Related to Janus 1.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant