Ignore:
Timestamp:
08/08/2024 04:47:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
3c8e262
Parents:
41f05dd
git-author:
Xi Ruoyao <xry111@…> (08/08/2024 04:18:34 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/08/2024 04:47:51 PM)
Message:

Add a space after -D for some packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    r41f05dd r2652614  
    246246      --prefix=$XORG_PREFIX \
    247247      --localstatedir=/var  \
    248       -Dglamor=true         \
    249       -Dxkb_output_dir=/var/lib/xkb &amp;&amp;
     248      -D glamor=true        \
     249      -D xkb_output_dir=/var/lib/xkb &amp;&amp;
    250250ninja</userinput></screen>
    251251
     
    278278
    279279    <para>
    280       <parameter>-Dglamor=true</parameter>: Ensure building the Glamor
     280      <parameter>-D glamor=true</parameter>: Ensure building the Glamor
    281281      module.  It's needed to build the &modesetting_drv; driver
    282282      which replaces the traditional Device Dependent X (DDX) drivers.
     
    284284
    285285    <para>
    286       <option>-Dsuid_wrapper=true</option>: Builds the suid-root
     286      <option>-D suid_wrapper=true</option>: Builds the suid-root
    287287      wrapper for legacy DDX driver support on rootless xserver systems.
    288288    </para>
     
    305305
    306306    <para>
    307       <option>-Dxephyr=true</option>: This option allows building Xephyr if its
     307      <option>-D xephyr=true</option>: This option allows building Xephyr if its
    308308      dependencies are met.
    309309    </para>
Note: See TracChangeset for help on using the changeset viewer.