Changeset 6d6005b0 for pst


Ignore:
Timestamp:
08/15/2024 09:41:18 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
6af00bd
Parents:
7c83169b
Message:

More -D<space> fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/epdfview.xml

    r7c83169b r6d6005b0  
    111111cd    build &amp;&amp;
    112112
    113 meson setup --prefix=/usr          \
    114             --buildtype=release    \
    115             -Denable-printing=true \
    116             ..                     &amp;&amp;
     113meson setup --prefix=/usr           \
     114            --buildtype=release     \
     115            -D enable-printing=true \
     116            ..                      &amp;&amp;
    117117ninja</userinput></screen>
    118118
     
    135135    <title>Command Explanations</title>
    136136    <para>
    137       <command>-Denable-printing=true</command>: builds the code to link to the
     137      <command>-D enable-printing=true</command>: builds the code to link to the
    138138      <application>cups</application> print queue(s). Omit this if you have not
    139139      installed <application>cups</application>.
Note: See TracChangeset for help on using the changeset viewer.