Changeset aeb782e


Ignore:
Timestamp:
10/19/2024 01:40:31 AM (3 hours ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
eb197fc9
Parents:
68b5c35
git-author:
Douglas R. Reno <renodr@…> (10/18/2024 08:28:21 PM)
git-committer:
Douglas R. Reno <renodr@…> (10/19/2024 01:40:31 AM)
Message:

Inkscape: temporarily disable Poppler support

We'll re-enable it once we have a patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r68b5c35 raeb782e  
    174174cd    build                       &amp;&amp;
    175175
    176 cmake -D CMAKE_INSTALL_PREFIX=/usr \
    177       -D CMAKE_BUILD_TYPE=Release  \
     176cmake -D CMAKE_INSTALL_PREFIX=/usr  \
     177      -D CMAKE_BUILD_TYPE=Release   \
     178      -D ENABLE_POPPLER=FALSE       \
     179      -D ENABLE_POPPLER_CAIRO=FALSE \
    178180      ..                          &amp;&amp;
    179181make</userinput></screen>
     
    221223      <parameter>-D CMAKE_BUILD_TYPE=Release</parameter>: This switch is used to
    222224      build the release library without any debug `assert` in the code.
     225    </para>
     226
     227    <para>
     228      <parameter>-D ENABLE_POPPLER=FALSE</parameter>: This switch disables PDF
     229      support because it does not build with poppler-24.10.0.
    223230    </para>
    224231
Note: See TracChangeset for help on using the changeset viewer.