Ignore:
Timestamp:
06/23/2017 12:53:36 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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:
3ec206d
Parents:
3f2f363
Message:

Update to opus-1.2.
Update to webkitgtk-2.16.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evolution.xml

    r3f2f363 r75e17b9  
    129129
    130130<screen><userinput>mkdir build &amp;&amp;
    131 cd build &amp;&amp;
    132 cmake -DCMAKE_INSTAL_PREFIX=/usr \
    133       -DSYSCONF_INSTALL_DIR=/etc \
     131cd    build &amp;&amp;
     132
     133cmake -DCMAKE_INSTALL_PREFIX=/usr \
     134      -DSYSCONF_INSTALL_DIR=/etc  \
    134135      -DENABLE_INSTALLED_TESTS=ON \
    135       -DENABLE_LIBCRYPTUI=OFF    \
    136       -DENABLE_PST_IMPORT=OFF    \
    137       -DENABLE_GTKSPELL=OFF      \
    138       -DENABLE_YTNEF=OFF         \
    139       -DENABLE_CONTACT_MAPS=OFF  \
     136      -DENABLE_LIBCRYPTUI=OFF     \
     137      -DENABLE_PST_IMPORT=OFF     \
     138      -DENABLE_GTKSPELL=OFF       \
     139      -DENABLE_YTNEF=OFF          \
     140      -DENABLE_CONTACT_MAPS=OFF   \
    140141      .. &amp;&amp;
    141142make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.