author | mickeyl <mickeyl> | 2003-04-16 22:28:13 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-16 22:28:13 (UTC) |
commit | 86cc5e8501ef2d8aa95b748ff001ab7560284ece (patch) (unidiff) | |
tree | bec81face2f66a507e9d131e35165a9ecc75c28e | |
parent | fb1101a35d081e47df547c01a645af59f4730969 (diff) | |
download | opie-86cc5e8501ef2d8aa95b748ff001ab7560284ece.zip opie-86cc5e8501ef2d8aa95b748ff001ab7560284ece.tar.gz opie-86cc5e8501ef2d8aa95b748ff001ab7560284ece.tar.bz2 |
fix dependencies
-rw-r--r-- | noncore/applets/networkapplet/config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/noncore/applets/networkapplet/config.in b/noncore/applets/networkapplet/config.in index 00be317..ef7a75e 100644 --- a/noncore/applets/networkapplet/config.in +++ b/noncore/applets/networkapplet/config.in | |||
@@ -1,7 +1,6 @@ | |||
1 | config NETWORKAPPLET | 1 | config NETWORKAPPLET |
2 | boolean "Network (control network interfaces on-the-fly)" | 2 | boolean "Network (control network interfaces on-the-fly)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2NET |
5 | comment "Network applet needs a libqpe and libopie2 (ui, net)" | 5 | comment "Network applet needs a libqpe and libopie2 (core, ui, net)" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI) | 6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2NET) |
7 | |||