author | clem <clem> | 2004-10-15 21:21:35 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-15 21:21:35 (UTC) |
commit | ae1b5551b09ad19a4fd353ac19afcf8b212733b0 (patch) (side-by-side diff) | |
tree | d42aa169c1c61e9e11295390d967ef886fdec584 | |
parent | 0bdebb46227ea403a07707cf0a967c8ea036e03f (diff) | |
download | opie-ae1b5551b09ad19a4fd353ac19afcf8b212733b0.zip opie-ae1b5551b09ad19a4fd353ac19afcf8b212733b0.tar.gz opie-ae1b5551b09ad19a4fd353ac19afcf8b212733b0.tar.bz2 |
since there is a depend on LIBSQLITE_DEP, we should talk about it in the description
-rw-r--r-- | libopie2/opiedb/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiedb/config.in b/libopie2/opiedb/config.in index 998a4a0..4d85609 100644 --- a/libopie2/opiedb/config.in +++ b/libopie2/opiedb/config.in @@ -1,7 +1,7 @@ config LIBOPIE2DB boolean "libopie2db (database related classes)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP - comment "libopie2db needs a libqpe and libopie2core" + comment "libopie2db needs a libqpe, sqlite and libopie2core" depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP) |