[ekg2-commit] r4279 - trunk/scons.d: +trunk/scons.d/aspell +trunk/scons.d/gpm
SVN commit
svn w toxygen.net
Nie, 10 Sie 2008, 09:22:38 CEST
Author: peres
Date: 2008-08-10 09:22:38 +0200 (Sun, 10 Aug 2008)
New Revision: 4279
Added:
trunk/scons.d/aspell
trunk/scons.d/gpm
Log:
ncurses depends.
Added: trunk/scons.d/aspell
===================================================================
--- trunk/scons.d/aspell (rev 0)
+++ trunk/scons.d/aspell 2008-08-10 07:22:38 UTC (rev 4279)
@@ -0,0 +1,13 @@
+
+# aspell (ncurses)
+
+Import('*')
+
+out = conf.CheckLibWithHeader('aspell', ['aspell.h'], 'C', 'new_aspell_config();', 0)
+defines['WITH_ASPELL'] = out
+if (out):
+ libs.append('aspell')
+
+Return('out')
+
+# vim:ts=4:sts=4:syntax=python
Added: trunk/scons.d/gpm
===================================================================
--- trunk/scons.d/gpm (rev 0)
+++ trunk/scons.d/gpm 2008-08-10 07:22:38 UTC (rev 4279)
@@ -0,0 +1,13 @@
+
+# gpm (ncurses)
+
+Import('*')
+
+out = conf.CheckLibWithHeader('gpm', ['gpm.h'], 'C', 'Gpm_Open(NULL, 0);', 0)
+defines['HAVE_LIBGPM'] = out
+if (out):
+ libs.append('gpm')
+
+Return('out')
+
+# vim:ts=4:sts=4:syntax=python
Więcej informacji o liście dyskusyjnej ekg2-commit