author | mickeyl <mickeyl> | 2004-03-29 13:09:24 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 13:09:24 (UTC) |
commit | 4dfe9da28e1052d9df376c36a3c905ab7d64a1ac (patch) (side-by-side diff) | |
tree | 38029e35f2fc243a7947a5cba75850e977ac3623 | |
parent | cd879a585306fadcfa3ca64025b9f2a5d7aeaace (diff) | |
download | opie-4dfe9da28e1052d9df376c36a3c905ab7d64a1ac.zip opie-4dfe9da28e1052d9df376c36a3c905ab7d64a1ac.tar.gz opie-4dfe9da28e1052d9df376c36a3c905ab7d64a1ac.tar.bz2 |
remove bogus libopie dependency
hell is this a lot of cleanup just because people always copied a boiler
plate config.in without checking if the contents match the actual application
-rw-r--r-- | noncore/comm/keypebble/config.in | 2 | ||||
-rw-r--r-- | noncore/comm/mobilemsg/config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/comm/keypebble/config.in b/noncore/comm/keypebble/config.in index 809ae57..20384aa 100644 --- a/noncore/comm/keypebble/config.in +++ b/noncore/comm/keypebble/config.in @@ -1,4 +1,4 @@ config KEYPEBBLE boolean "opie-keypebble (Virtual Network Computing VNC viewer)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in index b3c7465..dd8c0a6 100644 --- a/noncore/comm/mobilemsg/config.in +++ b/noncore/comm/mobilemsg/config.in @@ -1,4 +1,4 @@ config MOBILEMSG boolean "opie-mobilemsg (send SMS messages)" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) |