author | zecke <zecke> | 2004-07-18 20:41:32 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-07-18 20:41:32 (UTC) |
commit | c26982f10b7ea883b3c5b4d777e9c1cc1d2ee7f0 (patch) (side-by-side diff) | |
tree | df765e614dc573f4ca5d1c4d07270f5906904d89 | |
parent | 8795812a0d763742a5273f356c35313af0fed84d (diff) | |
download | opie-c26982f10b7ea883b3c5b4d777e9c1cc1d2ee7f0.zip opie-c26982f10b7ea883b3c5b4d777e9c1cc1d2ee7f0.tar.gz opie-c26982f10b7ea883b3c5b4d777e9c1cc1d2ee7f0.tar.bz2 |
Security now depends on libopiesecurity2
-rw-r--r-- | core/settings/security/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/security/config.in b/core/settings/security/config.in index c346353..3530e03 100644 --- a/core/settings/security/config.in +++ b/core/settings/security/config.in @@ -1,6 +1,6 @@ config SECURITY boolean "opie-security (to set any kind of PDA usage protection)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2SECURITY source core/settings/security/demo/config.in |