git: 2602589383 - main - [phb][Uses]: Add Uses=sdl
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=2602589383cbacb9258b715f1dd39366f84ce548 commit 2602589383cbacb9258b715f1dd39366f84ce548 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-02-06 16:56:48 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-02-27 16:37:11 +0000 [phb][Uses]: Add Uses=sdl Differential Revision: https://reviews.freebsd.org/D48870 --- .../en/books/porters-handbook/uses/_index.adoc | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 759deefc87..85c75c27d4 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -2330,6 +2330,44 @@ Possible arguments: (none) Provide support for the use of package:devel/scons[]. See crossref:special[using-scons,Using `scons`] for more information. +[[uses-sdl]] +== `sdl` + +Possible arguments: `sdl` + +Provide support for the use of `SDL` packages. +The variable `USE_SDL` is mandatory and specifies which components to add as +dependencies. + +The current supported `SDL1.2` modules are: + +* sdl +* console +* gfx +* image +* mixer +* mm +* net +* pango +* sound +* ttf + +The current supported `SDL2` modules are: + + * sdl2 + * gfx2 + * image2 + * mixer2 + * net2 + * sound2 + * ttf2 + +The current supported `SDL3` modules are: + + * sdl3 + * image3 + * ttf3 + [[uses-shared-mime-info]] == `shared-mime-info`