diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-12 22:06:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-12 22:06:59 +0000 |
commit | 7559e334777f324659296e2fcee70772436fffd2 (patch) | |
tree | 328285bbde4941bc1b0fd3da63fd34fd0d02d3ab /chapter06 | |
parent | ee9a78574a01410b8ea7247288548ea696224b32 (diff) |
Remove XML::Parser.
Enable keymap in eudev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/eudev.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d10b804a5..f87ce6b7f 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -58,7 +58,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/> + <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>--> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 4ca6d0183..82198e91a 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -60,8 +60,8 @@ BLKID_LIBS='-L/tools/lib -lblkid' \ --enable-split-usr \ --enable-libkmod \ --enable-rule_generator \ + --enable-keymap \ --disable-introspection \ - --disable-keymap \ --disable-gudev \ --disable-gtk-doc-html \ --with-firmware-path=/lib/firmware </userinput></screen> |