mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
gpm: remove unneeded static library
This commit is contained in:
parent
49925648c0
commit
e403b61c16
@ -135,6 +135,7 @@ make</userinput></screen>
|
||||
install-info --dir-file=/usr/share/info/dir \
|
||||
/usr/share/info/gpm.info &&
|
||||
|
||||
rm -fv /usr/lib/libgpm.a &&
|
||||
ln -sfv libgpm.so.2.1.0 /usr/lib/libgpm.so &&
|
||||
install -v -m644 conf/gpm-root.conf /etc &&
|
||||
|
||||
@ -289,7 +290,7 @@ ExecStart=/usr/sbin/gpm <replaceable><list of parameters></replaceable>
|
||||
<seglistitem>
|
||||
<seg>disable-paste, display-buttons, display-coords, get-versions, gpm,
|
||||
gpm-root, hltest, mev, and mouse-test</seg>
|
||||
<seg>libgpm.{so.a}</seg>
|
||||
<seg>libgpm.so</seg>
|
||||
<seg>/usr/share/doc/gpm-&gpm-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -413,14 +414,14 @@ ExecStart=/usr/sbin/gpm <replaceable><list of parameters></replaceable>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgpm">
|
||||
<term><filename class="libraryfile">libgpm.{so.a}</filename></term>
|
||||
<term><filename class="libraryfile">libgpm.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains the API functions to access the
|
||||
<application>GPM</application> daemon
|
||||
</para>
|
||||
<indexterm zone="gpm libgpm">
|
||||
<primary sortas="c-libgpm">libgpm.{so,a}</primary>
|
||||
<primary sortas="c-libgpm">libgpm.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user