Changeset f4dc0a0


Ignore:
Timestamp:
01/14/2011 11:10:57 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7afe2f1f
Parents:
6138b38
Message:

Added additional parameters to the libdv configure command that are required if optional dependencies are not installed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8818 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6138b38 rf4dc0a0  
    44-->
    55
    6 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
  • introduction/welcome/changelog.xml

    r6138b38 rf4dc0a0  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>January 15th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added additional parameters to the libdv configure
     49          command that are required if optional dependencies are not
     50          installed.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4354
    4455    <listitem>
  • multimedia/libdriv/libdv.xml

    r6138b38 rf4dc0a0  
    7676    following commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     78<screen><userinput>./configure --prefix=/usr \
     79            --disable-gtk \
     80            --disable-xv  &amp;&amp;
    7981make</userinput></screen>
    8082
     
    8789install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
    8890
    89     <!-- <note>
    90       <para>The <command>configure</command> check for
    91       <application>GTK+</application> is broken. If <application>GTK+</application>
    92       is not installed, also pass <option>-disable-gtk</option> to the
    93       <command>configure</command> script.</para>
    94     </note> -->
     91  </sect2>
     92
     93  <sect2 role="commands">
     94    <title>Command Explanations</title>
     95
     96    <para><parameter>--disable-gtk</parameter>: This parameter is required if
     97    <application>GTK+</application> is not installed.</para>
     98
     99    <para><parameter>--disable-xv</parameter>: This parameter is required if
     100    an <application>X Window System</application> is not installed.</para>
    95101
    96102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.