summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/config.in
authormickeyl <mickeyl>2004-02-15 16:09:31 (UTC)
committer mickeyl <mickeyl>2004-02-15 16:09:31 (UTC)
commit76be6ccdc364c609e86d74e6daa72438bc92e911 (patch) (unidiff)
treeddee8591eac0de57e624e2bed89f2ad660e571b5 /noncore/multimedia/camera/config.in
parent4f5703de93628ec6920957ef18d6cd5c87a69ba1 (diff)
downloadopie-76be6ccdc364c609e86d74e6daa72438bc92e911.zip
opie-76be6ccdc364c609e86d74e6daa72438bc92e911.tar.gz
opie-76be6ccdc364c609e86d74e6daa72438bc92e911.tar.bz2
add a missing build time dependency
Diffstat (limited to 'noncore/multimedia/camera/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/multimedia/camera/config.in b/noncore/multimedia/camera/config.in
index cfd71ad..4b3e6f7 100644
--- a/noncore/multimedia/camera/config.in
+++ b/noncore/multimedia/camera/config.in
@@ -1,7 +1,7 @@
1 config CAMERA 1 config CAMERA
2 boolean "opie-camera (camera app to use with the Sharp CE-AG06)" 2 boolean "opie-camera (camera app to use with the Sharp CE-AG06)"
3 default "n" 3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI
5 comment "opie-camera needs a libqpe, libopie2core" 5 comment "opie-camera needs a libqpe, libopie2core & libopie2ui"
6 depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE) 6 depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI )
7 7