Author: pebender
Date: Mon May 4 14:17:04 2009
New Revision: 4703
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/xorg-7.3/xkeyboard-config/Makefile
trunk/gar-minimyth/script/xorg-7.4/xkeyboard-config/Makefile
Log:
- Enabled compatibility mode in xkeyboard-config in order to fix the
<http://www.minimyth.org/forum/viewtopic.php?t=2258>.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon May 4
14:17:04 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 66 (2009-05-03):
+Changes since 66 (2009-05-04):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
@@ -25,6 +25,10 @@
Modified build system
- Added GNU Free Document License 1.3.
+
+Fixed bugs
+ - Enabled compatibility mode in xkeyboard-config in order to fix the
+ <http://www.minimyth.org/forum/viewtopic.php?t=2258>.
Fixed build system
- Fixed devel/binutils so that it builds static libraries as well.
Modified: trunk/gar-minimyth/script/xorg-7.3/xkeyboard-config/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xkeyboard-config/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xkeyboard-config/Makefile Mon May
4
14:17:04 2009
@@ -22,7 +22,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--disable-xkbcomp-symlink \
- --disable-compat-rules \
+ --enable-compat-rules \
--with-xkb-base="$(datadir)/X11/xkb"
CONFIGURE_ENV = \
Modified: trunk/gar-minimyth/script/xorg-7.4/xkeyboard-config/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xkeyboard-config/Makefile
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xkeyboard-config/Makefile Mon May
4
14:17:04 2009
@@ -22,7 +22,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--disable-xkbcomp-symlink \
- --disable-compat-rules \
+ --enable-compat-rules \
--with-xkb-base="$(datadir)/X11/xkb"
CONFIGURE_ENV = \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---