summaryrefslogtreecommitdiff
authorzecke <zecke>2004-10-16 21:45:26 (UTC)
committer zecke <zecke>2004-10-16 21:45:26 (UTC)
commit1633552a8816eaa18b2b06da6573611b2636cee8 (patch) (unidiff)
treefbd1b145cda9e8c1491cf9b0d1a9f7c19fd3ef83
parent213be396f37a6127dbff313d2424253bcf317ca2 (diff)
downloadopie-1633552a8816eaa18b2b06da6573611b2636cee8.zip
opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.gz
opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.bz2
Introduce a 'teneast' scope to build a special Opie-Console
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 6db9162..98705b8 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -73,4 +73,7 @@ TARGET = opie-console
73DEFINES += HAVE_OPENPTY 73DEFINES += HAVE_OPENPTY
74#DEFINES += EAST FSCKED_DISTRI
75
76include ( $(OPIEDIR)/include.pro ) 74include ( $(OPIEDIR)/include.pro )
75
76teneast {
77 DEFINES -= HAVE_OPENPTY
78 DEFINES += EAST FSCKED_DISTRI
79} \ No newline at end of file