author | kergoth <kergoth> | 2003-01-16 04:45:41 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 04:45:41 (UTC) |
commit | 27adc303dffae98b91ecefd5a81d016dc539dd87 (patch) (unidiff) | |
tree | 522bc418b7e3b3ce78e420694f7b105c2eed9eb1 /library | |
parent | 8485d32aac0500a21d3b9b89df66900b427b57ee (diff) | |
download | opie-27adc303dffae98b91ecefd5a81d016dc539dd87.zip opie-27adc303dffae98b91ecefd5a81d016dc539dd87.tar.gz opie-27adc303dffae98b91ecefd5a81d016dc539dd87.tar.bz2 |
Make qt/x11 vs qt/e selection a proper 'choice' in the config system.
-rw-r--r-- | library/config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/library/config.in b/library/config.in index e87d1d2..ea69ccb 100644 --- a/library/config.in +++ b/library/config.in | |||
@@ -1,5 +1,2 @@ | |||
1 | config LIBQPE | 1 | config LIBQPE |
2 | boolean "Qpe library" | 2 | boolean "Qpe Library (Qt/Embedded version)" |
3 | default "y" if ! X11 | ||
4 | default "n" if X11 | ||
5 | depends on ! X11 | ||