source: x/x.ent@ 972150e7

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

qt 3.3.2+restructuring+added alternative build method; broke out window manager intro to separate section

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

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[f45b1953]1<!ENTITY x SYSTEM "x.xml">
2
3<!-- Installing X -->
4<!ENTITY x-installing SYSTEM "installing/installing.xml">
[a4d2606e]5<!ENTITY x-setup SYSTEM "installing/xfree86-setup.xml">
6<!ENTITY % xfree86 SYSTEM "installing/xfree86/xfree86.ent">
[f45b1953]7%xfree86;
8
[a4d2606e]9<!ENTITY xorg-installing SYSTEM "xorg/xorg-install.xml">
10<!ENTITY % xorg SYSTEM "xorg/xorg.ent">
11%xorg;
12
[f45b1953]13<!-- X Libraries -->
14<!ENTITY x-lib SYSTEM "lib/lib.xml">
15<!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent">
[972150e7]16<!ENTITY % qt SYSTEM "lib/qt.ent">
[f45b1953]17<!ENTITY % gtk SYSTEM "lib/gtk/gtk.ent">
18<!ENTITY % atk SYSTEM "lib/atk/atk.ent">
19<!ENTITY % pango SYSTEM "lib/pango/pango.ent">
[32164150]20<!ENTITY % gtk2 SYSTEM "lib/gtk2/gtk2.ent">
[c8c9f51]21<!ENTITY % fnlib SYSTEM "lib/fnlib/fnlib.ent">
[0563300]22<!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent">
[a1e93c53]23<!ENTITY % shared-mime-info SYSTEM "lib/mime/shared-mime-info.ent">
[069e781f]24<!ENTITY % hicolor-icon-theme SYSTEM "lib/icon/hicolor-icon-theme.ent">
[1cb50dc]25<!ENTITY % libxklavier SYSTEM "lib/libxklavier/libxklavier.ent">
[f45b1953]26%lesstif;
27%qt;
28%gtk;
29%atk;
30%pango;
[32164150]31%gtk2;
[c8c9f51]32%fnlib;
[0563300]33%startup-notification;
[a1e93c53]34%shared-mime-info;
[069e781f]35%hicolor-icon-theme;
[1cb50dc]36%libxklavier;
[f45b1953]37
38<!-- Window Managers -->
39<!ENTITY x-wm SYSTEM "wm/wm.xml">
40<!ENTITY % sawfish SYSTEM "wm/sawfish/sawfish.ent">
41<!ENTITY % enlightenment SYSTEM "wm/enlightenment/enlightenment.ent">
42<!ENTITY % fluxbox SYSTEM "wm/fluxbox/fluxbox.ent">
[2a1e2f33]43<!ENTITY % xfce SYSTEM "wm/xfce/xfce.ent">
[587ebea]44<!ENTITY % metacity SYSTEM "wm/metacity/metacity.ent">
[f45b1953]45%sawfish;
46%enlightenment;
47%fluxbox;
[2a1e2f33]48%xfce;
[587ebea]49%metacity;
Note: See TracBrowser for help on using the repository browser.