-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 @@ | |||
2 | boolean "opie-eye The Image Viewer and Browser" | 2 | boolean "opie-eye The Image Viewer and Browser" |
3 | default "y" | 3 | default "y" |
4 | depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM | 4 | depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM |
5 | 5 | ||
6 | config OPIE_EYE_SLAVE | 6 | source noncore/graphics/opie-eye/slave/config.in |
7 | boolean | ||
8 | default "y" if OPIE_EYE | ||
9 | depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM | ||
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 @@ | |||
1 | config OPIE_EYE_SLAVE | ||
2 | boolean | ||
3 | default "y" if OPIE_EYE | ||
4 | depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM | ||