author | kergoth <kergoth> | 2003-05-13 18:50:16 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-13 18:50:16 (UTC) |
commit | 33982399b678f171c4ce22242244534d3fcc1e31 (patch) (unidiff) | |
tree | dbc8d314ad741e192f9cf40a29b051f3854dfc3d | |
parent | e239d5604ba8bd4cf8a1e2d606204c7372f87d2d (diff) | |
download | opie-33982399b678f171c4ce22242244534d3fcc1e31.zip opie-33982399b678f171c4ce22242244534d3fcc1e31.tar.gz opie-33982399b678f171c4ce22242244534d3fcc1e31.tar.bz2 |
Make minimal qws server make use of the new experimental option.
-rw-r--r-- | core/qws/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qws/config.in b/core/qws/config.in index 1316c77..3706405 100644 --- a/core/qws/config.in +++ b/core/qws/config.in | |||
@@ -1,16 +1,16 @@ | |||
1 | config QWS | 1 | config QWS |
2 | boolean "Minimal QWS Server" | 2 | boolean "Minimal QWS Server" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXPERIMENTAL |
5 | 5 | ||
6 | # menu "Advanced QWS Server Config" | 6 | # menu "Advanced QWS Server Config" |
7 | # config QWS_QCOP | 7 | # config QWS_QCOP |
8 | # bool "QCop bridge and Transfer server (sync)" | 8 | # bool "QCop bridge and Transfer server (sync)" |
9 | # default y | 9 | # default y |
10 | # depends on QWS | 10 | # depends on QWS |
11 | # | 11 | # |
12 | # config QWS_PACKAGE | 12 | # config QWS_PACKAGE |
13 | # bool "Package Slave (package installs via sync software)" | 13 | # bool "Package Slave (package installs via sync software)" |
14 | # default n | 14 | # default n |
15 | # depends on QWS | 15 | # depends on QWS |
16 | # endmenu | 16 | # endmenu |