summaryrefslogtreecommitdiff
path: root/noncore/multimedia
authormickeyl <mickeyl>2004-02-15 16:09:31 (UTC)
committer mickeyl <mickeyl>2004-02-15 16:09:31 (UTC)
commit76be6ccdc364c609e86d74e6daa72438bc92e911 (patch) (side-by-side diff)
treeddee8591eac0de57e624e2bed89f2ad660e571b5 /noncore/multimedia
parent4f5703de93628ec6920957ef18d6cd5c87a69ba1 (diff)
downloadopie-76be6ccdc364c609e86d74e6daa72438bc92e911.zip
opie-76be6ccdc364c609e86d74e6daa72438bc92e911.tar.gz
opie-76be6ccdc364c609e86d74e6daa72438bc92e911.tar.bz2
add a missing build time dependency
Diffstat (limited to 'noncore/multimedia') (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 @@
config CAMERA
boolean "opie-camera (camera app to use with the Sharp CE-AG06)"
default "n"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
- comment "opie-camera needs a libqpe, libopie2core"
- depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE)
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI
+ comment "opie-camera needs a libqpe, libopie2core & libopie2ui"
+ depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI )