Ignore:
Timestamp:
10/19/2017 12:12:23 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93f15e1
Parents:
97478f9
Message:

-DENABLE-GTK-DOC=ON should be optional in poppler, + cosmetic changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r97478f9 r538d8db  
    141141      <xref linkend="curl"/>,
    142142      <xref linkend="gdk-pixbuf"/>,
    143       <xref linkend="git"/> (for test files),
     143      <xref linkend="git"/> (for downloading test files),
    144144      <xref linkend="gobject-introspection"/>,
    145145      <xref linkend="gtk-doc"/>,
     
    171171       -DTESTDATADIR=$PWD/testfiles \
    172172       -DENABLE_XPDF_HEADERS=ON     \
    173        -DENABLE_GTK_DOC=ON          \
    174        ..                           &amp;&amp;
     173<!--       -DENABLE_GTK_DOC=ON          \
     174-->       ..                           &amp;&amp;
    175175make</userinput></screen>
    176176
     
    224224
    225225    <para>
    226       <option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used
     226      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    227227      to apply a higher level of compiler optimizations.
    228228    </para>
    229229
    230230    <para>
    231       <option>-DTESTDATADIR=$PWD/testfiles</option>: Tell the test
     231      <parameter>-DTESTDATADIR=$PWD/testfiles</parameter>: Tell the test
    232232      programs where the auxiliary files are located.
     233    </para>
     234
     235    <para>
     236      <parameter>-DENABLE_XPDF_HEADERS=ON</parameter>: Install some old
     237      <application>Xpdf</application> headers required by certain programs (e.g.
     238      <application>Okular</application>, <application>LibreOffice</application>
     239      and <application>Inkscape</application>).
    233240    </para>
    234241
Note: See TracChangeset for help on using the changeset viewer.