Changeset f56c241f for xfce


Ignore:
Timestamp:
10/24/2014 04:15:52 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a028607
Parents:
2672354
Message:

Update to webkitgtk-2.4.7.
Fix midori-0.5.8 build.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    r2672354 rf56c241f  
    116116    </para>
    117117
    118 <screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr                        \
     118<screen><userinput>mkdir -v build &amp;&amp;
     119cd build &amp;&amp;
     120cmake -DCMAKE_INSTALL_PREFIX=/usr                        \
    119121      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
     122      -DUSE_ZEITGEIST=OFF                                \
    120123      ..  &amp;&amp;
    121124make</userinput></screen>
     
    135138  <sect2 role="commands">
    136139    <title>Command Explanations</title>
     140
     141    <para>
     142      <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
     143      <xref linkend="libzeitgeist"/> is installed.
     144    </para>
    137145
    138146    <para>
Note: See TracChangeset for help on using the changeset viewer.