-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 @@ 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 # bool "Package Slave (package installs via sync software)" # default n # depends on QWS # endmenu |