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 /noncore/tools | |
parent | 97633a7291302b82e54f064d817bf046b89a60df (diff) | |
download | opie-d136784b531e2503c773c20804b93a7006a873cb.zip opie-d136784b531e2503c773c20804b93a7006a873cb.tar.gz opie-d136784b531e2503c773c20804b93a7006a873cb.tar.bz2 |
Fixed LIBOPIE2 config depends
-rw-r--r-- | noncore/tools/remote/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/remote/config.in b/noncore/tools/remote/config.in index 2a42c58..d39fafc 100644 --- a/noncore/tools/remote/config.in +++ b/noncore/tools/remote/config.in @@ -1,4 +1,4 @@ config REMOTE boolean "opie-remote (remote control using irda, frontent to lirc)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |