summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authorzecke <zecke>2004-10-16 21:45:26 (UTC)
committer zecke <zecke>2004-10-16 21:45:26 (UTC)
commit1633552a8816eaa18b2b06da6573611b2636cee8 (patch) (side-by-side diff)
treefbd1b145cda9e8c1491cf9b0d1a9f7c19fd3ef83 /noncore/apps/opie-console
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 (limited to 'noncore/apps/opie-console') (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
@@ -71,6 +71,9 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lutil
TARGET = opie-console
DEFINES += HAVE_OPENPTY
-#DEFINES += EAST FSCKED_DISTRI
-
include ( $(OPIEDIR)/include.pro )
+
+teneast {
+ DEFINES -= HAVE_OPENPTY
+ DEFINES += EAST FSCKED_DISTRI
+} \ No newline at end of file