-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DOCS: Update Debian Build-Dependencies #6646
Conversation
I marked the PR as Draft as I'm going to do some additional research |
Nah, I actually like the way it is right now :) P.S.: Just let me know when you are finished with researching and consider this PR finalized |
Most likely case will be that I'll drop |
This makes it (much) easier to check whether one has all the Build Dependencies installed or not.
Since Debian Bookworm the pkg-config package is a transitional package to pkgconf, so update the build dependency install instructions to point to its target. In PR 6643 I accidentally updated the instructions for Ubuntu instead of for Debian, so now actually update the instructions for Debian as well. FTR: In Ubuntu Noble (2024.04) it's also a transitional package. Link: mumble-voip#6643
Mumble can be compiled with several system libraries, so add their development library to the list of Build-Depends. In order to actually compile with them, you need to specify the configuration options as described in cmake_options.md. Those are for the newly added B-Ds: 1) -Dbundled-gsl=OFF 2) -Dbundled-speex=OFF 3) -Dbundled-json=OFF Closes: mumble-voip#6644
13a110f
to
9c7877f
Compare
AFAIC it's now finalized :-) |
I guess I can't remove the 'Draft' status? On GitLab you can do that by editing the title, but that didn't have the expected result here when I tried it and I haven't found a button (or sth like that) to change the status myself. |
In the upper right in the same place where you can request a review. Absolutely intuitive I know 🙃 Or at the very bottom "Ready for review" |
I guess that should be in the area which list the Reviewers? (where also Assignees are listed) ... yeah I don't see a button or menu item there to do that (or I'm blind), so I guess that is actually a permission thing.
But I do see that, thanks! EDIT: After I marked it as ready, I now do see "Still in progress? <link to Convert to draft>" |
I guess this is fine. Any objections @Krzmbrzl @davidebeatrici ? |
This MR consists of the following 3 commits:
Feel free to (ask me to) squash those into 1 (or 2) commit(s).
Checks