Fix a couple of USE_XORG examples.
Fix a couple of USE_XORG examples to include USES=xorg.
This commit is contained in:
parent
781d727835
commit
96301ee791
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53332
1 changed files with 2 additions and 1 deletions
|
@ -1661,7 +1661,7 @@ USE_PERL5= modbuildtiny</programlisting>
|
|||
<example xml:id="use-xorg-example">
|
||||
<title><varname>USE_XORG</varname> Example</title>
|
||||
|
||||
<programlisting>USES= gl
|
||||
<programlisting>USES= gl xorg
|
||||
USE_GL= glu
|
||||
USE_XORG= xrender xft xkbfile xt xaw</programlisting>
|
||||
</example>
|
||||
|
@ -1690,6 +1690,7 @@ USE_XORG= xrender xft xkbfile xt xaw</programlisting>
|
|||
<title>Using X11-Related Variables</title>
|
||||
|
||||
<programlisting># Use some X11 libraries
|
||||
USES= xorg
|
||||
USE_XORG= x11 xpm</programlisting>
|
||||
</example>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue