Author: pebender
Date: Sat Sep 20 10:26:48 2008
New Revision: 3777
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/check.mk
Log:
- Fixed check bug that prevented compiling with Xorg 7.4.
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 Sat Sep 20
10:26:48 2008
@@ -57,6 +57,9 @@
- Fixed a bug that caused the perl init scripts to fail to configure
the
playback profile.
+Fixed build system
+ - Fixed check bug that prevented compiling with Xorg 7.4.
+
Renamed packages
Renamed lib/mpeg2dec to lib/libmpeg2.
Modified: trunk/gar-minimyth/script/meta/minimyth/files/check.mk
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/check.mk (original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/check.mk Sat Sep 20
10:26:48 2008
@@ -200,7 +200,7 @@
fi
@echo " mm_XORG_VERSION"
@if [ ! "$(mm_XORG_VERSION)" = "7.3" ] && \
- [ ! "$(mm_XORG_VERSION)" = "7.3" ] ; then \
+ [ ! "$(mm_XORG_VERSION)" = "7.4" ] ; then \
echo "error: mm_XORG_VERSION=\"$(mm_XORG_VERSION)\" is an
invalid
value." ; \
exit 1 ; \
fi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---