author | clem <clem> | 2004-10-14 14:27:40 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 14:27:40 (UTC) |
commit | c4455769d3d0b6409e2f676e9e3769ed93d1772e (patch) (side-by-side diff) | |
tree | 148a8c43607668e77418a08e2160f2489fa0b6c5 | |
parent | 474150327729d63706b89a54414ead68acd83fc9 (diff) | |
download | opie-c4455769d3d0b6409e2f676e9e3769ed93d1772e.zip opie-c4455769d3d0b6409e2f676e9e3769ed93d1772e.tar.gz opie-c4455769d3d0b6409e2f676e9e3769ed93d1772e.tar.bz2 |
depend on LIBOPIE2SECURITY is enough (even if it does not work yet)
-rw-r--r-- | core/applets/lockapplet/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/lockapplet/config.in b/core/applets/lockapplet/config.in index ddc3522..4ea8871 100644 --- a/core/applets/lockapplet/config.in +++ b/core/applets/lockapplet/config.in @@ -1,4 +1,4 @@ config LOCKAPPLET boolean "opie-lockapplet (button in the Opie menu to lock the PDA)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && SECURITY + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2SECURITY |