Changeset fb0480d5


Ignore:
Timestamp:
11/16/2004 10:11:06 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
6f7a497
Parents:
24a7f96
Message:

Enabled building Xprint libraries since some precompiled binaries are
linked against them, reported by Thomas Trepl.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r24a7f96 rfb0480d5  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 16th, 2004 [igor]: Enabled building Xprint
     26libraries since some precompiled binaries are linked against them,
     27reported by Thomas Trepl.</para></listitem>
    2428
    2529<listitem><para>November 16th, 2004 [igor]: OpenSSL: added a sed command
  • x/installing/xorg.xml

    r24a7f96 rfb0480d5  
    231231#define XInputDrivers           mouse keyboard
    232232
    233 /* Disable everything Xprint related until we get it figured out. */
    234 
    235 #define BuildXprint             NO
     233/* Disable building Xprint server and clients until we get them figured
     234 * out but build Xprint libraries to allow precompiled binaries such as
     235 * Acrobat Reader to run.
     236 */
     237
     238#define XprtServer              NO
     239#define BuildXprintClients      NO
    236240
    237241/* End Xorg host.def file */
Note: See TracChangeset for help on using the changeset viewer.