summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2004-03-23 22:50:25 (UTC)
committer mickeyl <mickeyl>2004-03-23 22:50:25 (UTC)
commit03ec32173f9be020cb475724e247b869c6e60a7d (patch) (side-by-side diff)
tree2988cce6f44494776467b36001c55757a91a4e71 /noncore
parent6fb47c8ddb06ce5a6ea33aa7610b4b543e9f6038 (diff)
downloadopie-03ec32173f9be020cb475724e247b869c6e60a7d.zip
opie-03ec32173f9be020cb475724e247b869c6e60a7d.tar.gz
opie-03ec32173f9be020cb475724e247b869c6e60a7d.tar.bz2
depends 'on', not just depends
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/config.in b/noncore/graphics/opie-eye/config.in
index d1c9cf5..996dcf3 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 ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI
+ depends on ( 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
+ depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI