Ignore:
Timestamp:
12/11/2011 11:49:52 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
0a30c92e
Parents:
3fab318
Message:

Added a section on testing Xorg.
Updated to pixman-0.24.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver.xml

    r3fab318 r5930509  
    108108
    109109<screen><userinput>case $(basename "$PWD") in
    110 xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \
    111 xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \
    112 xf86-video-newport-[0-9]* )
     110  xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \
     111  xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \
     112  xf86-video-newport-[0-9]* )
    113113    sed -i -e "s/\xc3\xb8/\\\\[\/o]/" \
    114114           -e "s/\xc3\xa4/\\\\[:a]/" \
     
    116116    ;;
    117117esac &amp;&amp;
     118
    118119case $(basename "$PWD") in
    119 xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )
     120  xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )
    120121    for file in `grep -Rl "xf86Version.h" *`
    121122    do
    122         sed 's@xf86Version.h@xorgVersion.h@g' -i "$file"
     123      sed 's@xf86Version.h@xorgVersion.h@g' -i "$file"
    123124    done
    124125    ;;
    125126esac &amp;&amp;
     127
    126128./configure $XORG_CONFIG \
    127129    --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.