Changeset f521a414 for x/lib


Ignore:
Timestamp:
10/05/2018 10:25:06 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
05800b9
Parents:
d2a47be4
Message:

Update to xterm-337
Update to xf86-video-ati-18.1.0
Update to xf86-video-amdgpu-18.1.0
Update to libepoxy-1.5.3
Update to libinput-1.12.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libepoxy.xml

    rd2a47be4 rf521a414  
    77  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "4a6b9e581da229dee74c2263c84b1eca">
    10   <!ENTITY libepoxy-size          "792 KB">
    11   <!ENTITY libepoxy-buildsize     "33 MB (with tests)">
    12   <!ENTITY libepoxy-time          "0.2 SBU (with tests)">
     9  <!ENTITY libepoxy-md5sum        "e2845de8d2782b2d31c01ae8d7cd4cbb">
     10  <!ENTITY libepoxy-size          "216 KB">
     11  <!ENTITY libepoxy-buildsize     "34 MB (with tests)">
     12  <!ENTITY libepoxy-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    7878    </para>
    7979
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <xref linkend="doxygen"/> (for documentation, also requires -Ddocs=true to be set)
     83    </para>
     84
    8085    <para condition="html" role="usernotes">
    8186      User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
     
    9196    </para>
    9297
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    94 make</userinput></screen>
     98<screen><userinput>mkdir build &amp;&amp;
     99cd build &amp;&amp;
     100
     101meson --prefix=/usr .. &amp;&amp;
     102ninja</userinput></screen>
    95103
    96104    <para>
    97       To test the results, issue: <command>make check</command>.
     105      To test the results, issue: <command>ninja test</command>.
    98106    </para>
    99107
     
    102110    </para>
    103111
    104 <screen role="root"><userinput>make install</userinput></screen>
     112<screen role="root"><userinput>ninja install</userinput></screen>
    105113
    106114  </sect2>
Note: See TracChangeset for help on using the changeset viewer.