Changeset 28de2df7 for x


Ignore:
Timestamp:
09/26/2013 08:31:13 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
477fc81
Parents:
7b8b68dd
Message:

update to xf86-video-fbdev-0.4.4

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

File:
1 edited

Legend:

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

    r7b8b68dd r28de2df7  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="2.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    55  %general-entities;
    66
    7   <!ENTITY xorg-fbdev-driver-version "0.4.3">
     7  <!ENTITY xorg-fbdev-driver-version "0.4.4">
    88
    99  <!ENTITY xorg-fbdev-driver-download-http "&xorg-download-http;/driver/xf86-video-fbdev-&xorg-fbdev-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-fbdev-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-fbdev-&xorg-fbdev-driver-version;.tar.bz2">
    11   <!ENTITY xorg-fbdev-driver-md5sum        "1d99f1dfb3f0fea077b6b61caa3dc85a">
    12   <!ENTITY xorg-fbdev-driver-size          "284 KB">
    13   <!ENTITY xorg-fbdev-driver-buildsize     "2.3 MB">
    14   <!ENTITY xorg-fbdev-driver-time          "less than 0.1 SBU">
     11  <!ENTITY xorg-fbdev-driver-md5sum        "3931c0e19d441cc576dc088f9eb9fd73">
     12  <!ENTITY xorg-fbdev-driver-size          "287 KB">
     13  <!ENTITY xorg-fbdev-driver-buildsize     "2.5 MB">
     14  <!ENTITY xorg-fbdev-driver-time          "0.1 SBU">
    1515]>
    1616
     
    9292      </para>
    9393
    94 <screen><userinput>sed -i -e "/mibstore.h/d" -e "/miInitializeBackingStore/d" src/fbdev.c &amp;&amp;
    95 
    96 ./configure $XORG_CONFIG &amp;&amp;
     94<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    9795make</userinput></screen>
    9896
     
    106104
    107105<screen role="root"><userinput>make install</userinput></screen>
    108     </sect3>
    109 
    110     <sect3 role="commands">
    111       <title>Command Explanations</title>
    112 
    113       <para>
    114         <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
    115         with <application>Xorg Server</application> 1.14.0.
    116       </para>
    117 
    118106    </sect3>
    119107
Note: See TracChangeset for help on using the changeset viewer.