-rw-r--r-- | noncore/graphics/opie-eye/config.in | 9 | ||||
-rw-r--r-- | packages | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/config.in b/noncore/graphics/opie-eye/config.in new file mode 100644 index 0000000..d1c9cf5 --- a/dev/null +++ b/noncore/graphics/opie-eye/config.in @@ -0,0 +1,9 @@ + config OPIE_EYE + boolean "opie-eye The Image Viewer and Browser" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI + + config OPIE_EYE_SLAVE + boolean + default "y" if OPIE_EYE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI
\ No newline at end of file @@ -119,4 +119,6 @@ CONFIG_OIPKG noncore/unsupported/oipkg oipkg.pro CONFIG_OPIEALARM core/opiealarm CONFIG_OPIE-CONSOLE noncore/apps/opie-console opie-console.pro +CONFIG_OPIE_EYE noncore/graphics/opie-eye phunk_view.pro +CONFIG_OPIE_EYE_SLAVE noncore/graphics/opie-eye/slave slave.pro CONFIG_OPIEFTP noncore/net/opieftp opieftp.pro CONFIG_OPIEIRC noncore/net/opieirc opieirc.pro |