Changeset cd6d455 for x


Ignore:
Timestamp:
02/09/2013 09:57:38 PM (11 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7fe8cb75
Parents:
a78e0c4
Message:

KDE 4.10.0. Removed --disable-static switches from xcb-util pkgs.

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

Location:
x/installing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xcb-util-image.xml

    ra78e0c4 rcd6d455  
    9191    </para>
    9292
    93 <screen><userinput>./configure $XORG_CONFIG \
    94             --disable-static &amp;&amp;
     93<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    9594make</userinput></screen>
    9695
     
    104103
    105104<screen role="root"><userinput>make install</userinput></screen>
    106 
    107   </sect2>
    108 
    109   <sect2 role="commands">
    110     <title>Command Explanations</title>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../../xincludes/static-libraries.xml"/>   
    114105
    115106  </sect2>
  • x/installing/xcb-util-renderutil.xml

    ra78e0c4 rcd6d455  
    9191    </para>
    9292
    93 <screen><userinput>./configure $XORG_CONFIG \
    94             --disable-static &amp;&amp;
     93<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    9594make</userinput></screen>
    9695
     
    104103
    105104<screen role="root"><userinput>make install</userinput></screen>
    106 
    107   </sect2>
    108 
    109   <sect2 role="commands">
    110     <title>Command Explanations</title>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../../xincludes/static-libraries.xml"/>   
    114105
    115106  </sect2>
  • x/installing/xcb-util.xml

    ra78e0c4 rcd6d455  
    9494    </para>
    9595
    96 <screen><userinput>./configure $XORG_CONFIG \
    97             --disable-static &amp;&amp;
     96<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    9897make</userinput></screen>
    9998
     
    107106
    108107<screen role="root"><userinput>make install</userinput></screen>
    109 
    110   </sect2>
    111 
    112   <sect2 role="commands">
    113     <title>Command Explanations</title>
    114 
    115     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../../xincludes/static-libraries.xml"/>   
    117108
    118109  </sect2>
Note: See TracChangeset for help on using the changeset viewer.