source: x/x.ent@ 8a69010

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 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8a69010 was db14638, checked in by Bruce Dubbs <bdubbs@…>, 21 years ago

Added XFree86 patch file and moved fontconfig to X libraries

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

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<!ENTITY x SYSTEM "x.xml">
2
3<!-- Installing X -->
4<!ENTITY x-installing SYSTEM "installing/installing.xml">
5<!ENTITY x-setup SYSTEM "installing/xfree86-setup.xml">
6<!ENTITY % xfree86 SYSTEM "installing/xfree86/xfree86.ent">
7%xfree86;
8
9<!-- X Libraries -->
10<!ENTITY x-lib SYSTEM "lib/lib.xml">
11<!ENTITY % freetype SYSTEM "lib/freetype2/freetype2.ent">
12<!ENTITY % fontconfig SYSTEM "lib/fontconfig/fontconfig.ent">
13<!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent">
14<!ENTITY % qt SYSTEM "lib/qt/qt.ent">
15<!ENTITY % gtk SYSTEM "lib/gtk/gtk.ent">
16<!ENTITY % atk SYSTEM "lib/atk/atk.ent">
17<!ENTITY % pango SYSTEM "lib/pango/pango.ent">
18<!ENTITY % fnlib SYSTEM "lib/fnlib/fnlib.ent">
19<!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent">
20%freetype;
21%fontconfig;
22%lesstif;
23%qt;
24%gtk;
25%atk;
26%pango;
27%fnlib;
28%startup-notification;
29
30<!-- Window Managers -->
31<!ENTITY x-wm SYSTEM "wm/wm.xml">
32<!ENTITY % sawfish SYSTEM "wm/sawfish/sawfish.ent">
33<!ENTITY % enlightenment SYSTEM "wm/enlightenment/enlightenment.ent">
34<!ENTITY % fluxbox SYSTEM "wm/fluxbox/fluxbox.ent">
35<!ENTITY % xfce SYSTEM "wm/xfce/xfce.ent">
36<!ENTITY % metacity SYSTEM "wm/metacity/metacity.ent">
37%sawfish;
38%enlightenment;
39%fluxbox;
40%xfce;
41%metacity;
Note: See TracBrowser for help on using the repository browser.