games-engines/ioquake3: add toggle USE for VoIP support

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki 2026-06-06 08:40:12 -03:00
commit a5395fc323
3 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,7 @@
<flag name="renderer_gl1">Build the opengl1 client / renderer library</flag>
<flag name="renderer_gl2">Build the opengl2 client / renderer library</flag>
<flag name="server">Build the server binary (ioq3ded)</flag>
<flag name="voip">Enable VoIP support</flag>
</use>
<upstream>
<remote-id type="github">ioquake3/ioq3</remote-id>