Ignore:
Timestamp:
09/11/2014 04:52:35 AM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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:
c99365d
Parents:
3ff910b
Message:

Fix xf86-video-ati-7.4.0 for glamor from xorg-server: personally, I find the patch easier to understand.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-ati.xml

    r3ff910b re376303  
    163163      </para>
    164164
    165 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     165<screen><userinput>sed -i -e '/ac_cv_header_glamor/s/\$ac_includes_default/#include \\"xorg-server.h\\"/' \
     166       -e '/GLAMOR_NO_DRI3/s/\(#include \)/\1\\"xorg-server.h\\"\n\1/' configure &amp;&amp;
     167./configure $XORG_CONFIG &amp;&amp;
    166168make</userinput></screen>
    167169
     
    175177
    176178<screen role="root"><userinput>make install</userinput></screen>
     179    </sect3>
     180
     181    <sect3 role="commands">
     182      <title>Command Explanations</title>
     183
     184      <para>
     185        <parameter>sed -i -e '/ac_cv_header_glamor/s/\$ac_includes_default/#include \\"xorg-server.h\\"/'
     186        -e '/GLAMOR_NO_DRI3/s/\(#include \)/\1\\"xorg-server.h\\"\n\1/' configure</parameter>:
     187        this fixes compilation with glamor (the default) from xorg-server with recent
     188        <application>glibc</application>.
     189      </para>
     190
    177191    </sect3>
    178192
Note: See TracChangeset for help on using the changeset viewer.