Ignore:
Timestamp:
01/27/2019 04:41:48 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
fccc8d97
Parents:
4f8ca94
Message:

Fix Poppler dep on Python

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r4f8ca94 rf95e1c8d  
    133133      <xref linkend="libjpeg"/>,
    134134      <xref linkend="libpng"/>,
    135       <xref linkend="nss"/>,
    136       <xref linkend="openjpeg2"/>, and
    137       <xref linkend="python2"/>
     135      <xref linkend="nss"/>, and
     136      <xref linkend="openjpeg2"/>
    138137    </para>
    139138
     
    147146      <xref linkend="gtk3"/>,
    148147      <xref linkend="libtiff"/>,
     148      <xref linkend="python2"/>, and
    149149      <xref linkend="qt5"/>
    150150      (required for PDF support in <xref role="nodep" linkend="okular5"/>)
     
    244244    </para>
    245245<!--  This was broken for me - Bruce
     246      Still broken with 0.69.0 - Doug
     247      Seems to work with 0.73.0 - Pierre -->
    246248    <para>
    247249      <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
    248250      GTK-Doc is installed and you wish to rebuild and install
    249       the API documentation.
    250     </para>
    251     Still broken with 0.69.0 - Doug
    252 -->
     251      the API documentation. If Python 2 is not installed, one script
     252      needs to be changed: run <command>sed -i '1s/python/&amp;3/'
     253      make-glib-api-docs</command> first.
     254    </para>
     255
    253256    <para>
    254257      <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
Note: See TracChangeset for help on using the changeset viewer.