author | clem <clem> | 2004-10-15 21:25:03 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-15 21:25:03 (UTC) |
commit | 2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b (patch) (side-by-side diff) | |
tree | 4eb25a311bb2bf6617a2eb2540a54805c616f86e | |
parent | faa6face6dbc1346ce16816264372afb245e22ef (diff) | |
download | opie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.zip opie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.tar.gz opie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.tar.bz2 |
split the two config in one file into two config.in files, so the dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in)
-rw-r--r-- | noncore/graphics/opie-eye/config.in | 5 | ||||
-rw-r--r-- | noncore/graphics/opie-eye/slave/config.in | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/noncore/graphics/opie-eye/config.in b/noncore/graphics/opie-eye/config.in index bab871d..0bf1a27 100644 --- a/noncore/graphics/opie-eye/config.in +++ b/noncore/graphics/opie-eye/config.in @@ -2,8 +2,5 @@ boolean "opie-eye The Image Viewer and Browser" default "y" depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM - config OPIE_EYE_SLAVE - boolean - default "y" if OPIE_EYE - depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM + source noncore/graphics/opie-eye/slave/config.in diff --git a/noncore/graphics/opie-eye/slave/config.in b/noncore/graphics/opie-eye/slave/config.in new file mode 100644 index 0000000..609bf31 --- a/dev/null +++ b/noncore/graphics/opie-eye/slave/config.in @@ -0,0 +1,4 @@ + config OPIE_EYE_SLAVE + boolean + default "y" if OPIE_EYE + depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM |