--- gnuplot-4.2.0/src/term.h.old 2007-11-16 01:21:09.000000000 -0600
+++ gnuplot-4.2.0/src/term.h 2007-11-16 01:22:45.000000000 -0600
@@ -70,6 +70,7 @@
*/
#ifdef SHORT_TERMLIST
# include "dumb.trm" /* dumb terminal */
+# include "qtopia.trm" /* QTopia terminal */
# ifdef GP_ENH_EST
# include "estimate.trm" /* used for enhanced text processing */
@@ -436,6 +437,9 @@
/* TeXDraw drawing package for LaTeX */
#include "texdraw.trm"
+/* Qtopia */
+#include "qtopia.trm"
+
/* METAFONT */
#include "metafont.trm"
index : multitech-oe.git | |
| Multi-Tech CoreCDP 1.x OpenEmbedded Tree | Multi-Tech Systems |
| Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
- Fix RPROVIDES so it doesn't pull in a ton of -dev packages
- Update EXTRA_OECONF to exclude modules we do not need and enable espeak
- Update configs to set espeak module as default and fix logfile destination
- Install initscript (this could use some work...)
- Tested to work on fic-gta01
|
|
|
|
|
|
* follow debian naming and packaging
* change dependency in speech-dispatcher
|
|
|
|
|