author | clem <clem> | 2004-09-20 20:22:51 (UTC) |
---|---|---|
committer | clem <clem> | 2004-09-20 20:22:51 (UTC) |
commit | 1b1a5635c7c51a139d54cf99505e741e1ee1029c (patch) (side-by-side diff) | |
tree | 94452cde1b4f2f98341abacaa7871243e66e025b | |
parent | 399dbbe957d219ad88b0c5624654496302969cf4 (diff) | |
download | opie-1b1a5635c7c51a139d54cf99505e741e1ee1029c.zip opie-1b1a5635c7c51a139d54cf99505e741e1ee1029c.tar.gz opie-1b1a5635c7c51a139d54cf99505e741e1ee1029c.tar.bz2 |
don't forget to put the opie2mm library dep. here too
-rw-r--r-- | noncore/graphics/opie-eye/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/config.in b/noncore/graphics/opie-eye/config.in index d7f9963..bab871d 100644 --- a/noncore/graphics/opie-eye/config.in +++ b/noncore/graphics/opie-eye/config.in @@ -1,9 +1,9 @@ config OPIE_EYE boolean "opie-eye The Image Viewer and Browser" default "y" - depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI + 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 + depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM |