author | kergoth <kergoth> | 2003-05-13 18:50:16 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-13 18:50:16 (UTC) |
commit | 33982399b678f171c4ce22242244534d3fcc1e31 (patch) (side-by-side diff) | |
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,12 +1,12 @@ config QWS boolean "Minimal QWS Server" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXPERIMENTAL # menu "Advanced QWS Server Config" # config QWS_QCOP # bool "QCop bridge and Transfer server (sync)" # default y # depends on QWS # # config QWS_PACKAGE |