author | clem <clem> | 2004-10-17 16:37:58 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-17 16:37:58 (UTC) |
commit | 3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199 (patch) (unidiff) | |
tree | a1da7360d326daef05e611a6d22881c4450e5c44 /examples | |
parent | 06fffb97be58c738176260bac17e3dfa6789e26e (diff) | |
download | opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.zip opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.gz opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.bz2 |
fixed some more .pro / config.in dependencies discrepancies, that could break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
-rw-r--r-- | examples/simple-pim/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple-pim/config.in b/examples/simple-pim/config.in index 100c27a..dd1e93b 100644 --- a/examples/simple-pim/config.in +++ b/examples/simple-pim/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SIMPLE_PIM | 1 | config SIMPLE_PIM |
2 | boolean "Mainwindow with PIM and QCOP usage" | 2 | boolean "Mainwindow with PIM and QCOP usage" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2CORE && LIBOPIE2PIM | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM |