author | clem <clem> | 2004-10-15 21:21:35 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-15 21:21:35 (UTC) |
commit | ae1b5551b09ad19a4fd353ac19afcf8b212733b0 (patch) (unidiff) | |
tree | d42aa169c1c61e9e11295390d967ef886fdec584 /libopie2 | |
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 | |||
@@ -2,6 +2,6 @@ | |||
2 | boolean "libopie2db (database related classes)" | 2 | boolean "libopie2db (database related classes)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP |
5 | comment "libopie2db needs a libqpe and libopie2core" | 5 | comment "libopie2db needs a libqpe, sqlite and libopie2core" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP) |
7 | 7 | ||