mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Changed the xorg-server xkb output directory to /var/lib/xkb
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6795 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
15e602c66d
commit
43c070bd2e
@ -3,11 +3,11 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "31"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "May &day;th, &year;">
|
||||
<!ENTITY releasedate "May &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -41,6 +41,17 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>May 31st, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Changed the xkb output directory for
|
||||
Xorg-Server to match that from XKeyboardConfig. Reported by
|
||||
DJ Lucas.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 30th, 2007</para>
|
||||
<itemizedlist>
|
||||
|
@ -102,6 +102,7 @@
|
||||
--with-mesa-source='<replaceable></full/path/to></replaceable>/Mesa-&mesalib-version;' \
|
||||
--with-module-dir=$XORG_PREFIX/lib/X11/modules \
|
||||
--with-dri-driver-path=$XORG_PREFIX/lib/X11/modules/dri \
|
||||
--with-xkb-output=/var/lib/xkb \
|
||||
--enable-install-setuid &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user