author | zecke <zecke> | 2004-10-16 21:45:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-16 21:45:26 (UTC) |
commit | 1633552a8816eaa18b2b06da6573611b2636cee8 (patch) (side-by-side diff) | |
tree | fbd1b145cda9e8c1491cf9b0d1a9f7c19fd3ef83 | |
parent | 213be396f37a6127dbff313d2424253bcf317ca2 (diff) | |
download | opie-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
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 7 |
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 @@ -72,5 +72,8 @@ 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 |