summaryrefslogtreecommitdiff
path: root/core/qws/config.in
authorkergoth <kergoth>2003-05-08 16:48:20 (UTC)
committer kergoth <kergoth>2003-05-08 16:48:20 (UTC)
commit7d24cfad2a564436950b5f42e74c0bd51481f5a9 (patch) (unidiff)
treebc55466250fd15014a35a9c13f0538893b2245fc /core/qws/config.in
parent0cb4111d34d9fe96731f48983e1ff2e67262db02 (diff)
downloadopie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.zip
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.gz
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.bz2
Start work on a new launcher. This commit is simply a minimal Opie QWS server.
Diffstat (limited to 'core/qws/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/qws/config.in b/core/qws/config.in
new file mode 100644
index 0000000..1316c77
--- a/dev/null
+++ b/core/qws/config.in
@@ -0,0 +1,16 @@
1 config QWS
2 boolean "Minimal QWS Server"
3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
5
6# menu "Advanced QWS Server Config"
7# config QWS_QCOP
8# bool "QCop bridge and Transfer server (sync)"
9# default y
10# depends on QWS
11#
12# config QWS_PACKAGE
13# bool "Package Slave (package installs via sync software)"
14# default n
15# depends on QWS
16# endmenu