author | mickeyl <mickeyl> | 2005-10-26 15:52:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-10-26 15:52:59 (UTC) |
commit | fd7c1f574c07424ea4fc1daa404183dc503dab12 (patch) (side-by-side diff) | |
tree | 42fc7a31067a389e2529a9ce8bc006e111e3283b /core | |
parent | 03569fb1d996a289df3c4a98d8e589a3d0eba7f1 (diff) | |
download | opie-fd7c1f574c07424ea4fc1daa404183dc503dab12.zip opie-fd7c1f574c07424ea4fc1daa404183dc503dab12.tar.gz opie-fd7c1f574c07424ea4fc1daa404183dc503dab12.tar.bz2 |
add glue for opie-notes build menu integration
-rw-r--r-- | core/pim/notes/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/notes/config.in b/core/pim/notes/config.in new file mode 100644 index 0000000..cf29778 --- a/dev/null +++ b/core/pim/notes/config.in @@ -0,0 +1,4 @@ + config NOTES + boolean "opie-notes (a simple note taking application)" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM |