Author: pebender
Date: Sun Mar 29 13:21:41 2009
New Revision: 4528
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/lib/agg/Makefile
Log:
- Added missing lib/SDL build dependency to lib/agg.
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 Sun Mar 29
13:21:41 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 65 (2009-03-28):
+Changes since 65 (2009-03-29):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -23,6 +23,9 @@
Fixed bugs
- Added Mesa x8r8g8b8 fbconfig fix referenced in
<http://bugs.edge.launchpad.net/ubuntu/+source/mythtv/+bug/341898>.
+
+Fixed build system
+ - Added missing lib/SDL build dependency to lib/agg.
Updated packages
Updated emulators/stella.
Modified: trunk/gar-minimyth/script/lib/agg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/agg/Makefile (original)
+++ trunk/gar-minimyth/script/lib/agg/Makefile Sun Mar 29 13:21:41 2009
@@ -9,7 +9,8 @@
define BLURB
endef
-DEPENDS = lang/c++ lib/freetype lib/SDL
+DEPENDS = lang/c++ lib/freetype lib/SDL
+#BUILDDEPS = lib/SDL
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---