[Lunar-commits] r20703 - moonbase/trunk/video/ftgl
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 13 02:27:09 UTC 2006
Author: stumbles
Date: 2006-07-13 02:27:09 +0000 (Thu, 13 Jul 2006)
New Revision: 20703
Added:
moonbase/trunk/video/ftgl/BUILD
Modified:
moonbase/trunk/video/ftgl/DEPENDS
Log:
After much a twiddle was not able to get this thing to install
without doxygen. If doxygen is not installed make install would fail
on not finding some files in docs/html. This wasn't initially noticed
as doxygen was already installed. cmak found this.
No doubt something is overlooked but for now here ya go. Also the
thing doesn't clean up after itself.
Added: moonbase/trunk/video/ftgl/BUILD
===================================================================
--- moonbase/trunk/video/ftgl/BUILD (rev 0)
+++ moonbase/trunk/video/ftgl/BUILD 2006-07-13 02:27:09 UTC (rev 20703)
@@ -0,0 +1,7 @@
+(
+
+ default_build &&
+
+ rm -rf /usr/src/FTGL
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/video/ftgl/DEPENDS
===================================================================
--- moonbase/trunk/video/ftgl/DEPENDS 2006-07-13 01:47:52 UTC (rev 20702)
+++ moonbase/trunk/video/ftgl/DEPENDS 2006-07-13 02:27:09 UTC (rev 20703)
@@ -1 +1,2 @@
-depends freeglut
+depends freeglut &&
+depends doxygen
More information about the Lunar-commits
mailing list