svn commit: r52257 - head/en_US.ISO8859-1/books/porters-handbook/uses

Niclas Zeising <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: zeising
Date: Fri Sep 14 19:04:25 2018
New Revision: 52257
URL: https://svnweb.freebsd.org/changeset/doc/52257

Log:
  Document USES=gl properly.
  
  Reviewed by:	mat, bcr
  Differential Revision:	https://reviews.freebsd.org/D17114

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Fri Sep 14 02:11:55 2018	(r52256)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Fri Sep 14 19:04:25 2018	(r52257)
@@ -689,6 +689,91 @@
       build- and run-time dependencies.</para>
   </sect1>
 
+  <sect1 xml:id="uses-gl">
+    <title><literal>gl</literal></title>
+
+    <para>Possible arguments: (none)</para>
+
+    <para>Provides an easy way to depend on
+      <application>GL</application> components.  The components
+      should be listed in <varname>USE_GL</varname>.  The available
+      components are:</para>
+
+    <variablelist>
+      <varlistentry>
+	<term><literal>egl</literal></term>
+
+	<listitem>
+	  <para>add a library dependency on <filename>libEGL.so</filename>
+	    from <package role="port">graphics/mesai-libs</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>gbm</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libgbm.so</filename>
+	    from <package role="port">graphics/mesa-libs</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>gl</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libGL.so</filename>
+	    from <package role="port">graphics/mesa-libs</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>glesv2</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libGLESv2.so</filename>
+	    from <package role="port">graphics/mesa-libs</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>glew</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libGLEW.so</filename>
+	    from <package role="port">graphics/glew</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>glu</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libGLU.so</filename>
+	    from <package role="port">graphics/libGLU</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>glut</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libglut.so</filename>
+	    from <package role="port">graphics/freeglut</package></para>
+	</listitem>
+      </varlistentry>
+
+      <varlistentry>
+	<term><literal>glw</literal></term>
+
+	<listitem>
+	  <para>Add a library dependency on <filename>libGLw.so</filename>
+	    from <package role="port">graphics/libGLw</package></para>
+	</listitem>
+      </varlistentry>
+    </variablelist>
+  </sect1>
+
   <sect1 xml:id="uses-gmake">
     <title><literal>gmake</literal></title>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.