author | brad <brad> | 2004-03-15 08:25:40 (UTC) |
---|---|---|
committer | brad <brad> | 2004-03-15 08:25:40 (UTC) |
commit | d136784b531e2503c773c20804b93a7006a873cb (patch) (side-by-side diff) | |
tree | bc8853c9d5beda5e48d426b9c0851a7e92f58414 /core/obex | |
parent | 97633a7291302b82e54f064d817bf046b89a60df (diff) | |
download | opie-d136784b531e2503c773c20804b93a7006a873cb.zip opie-d136784b531e2503c773c20804b93a7006a873cb.tar.gz opie-d136784b531e2503c773c20804b93a7006a873cb.tar.bz2 |
Fixed LIBOPIE2 config depends
-rw-r--r-- | core/obex/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/obex/config.in b/core/obex/config.in index c0208d1..a3db002 100644 --- a/core/obex/config.in +++ b/core/obex/config.in @@ -1,4 +1,4 @@ config OBEX boolean "libopieobex0 (library needed for beaming in Opie)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |