author | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
commit | a577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (side-by-side diff) | |
tree | bb80a9250725d2ccf7a2d79170df868912cd06c1 /noncore/net | |
parent | f102976a7a724520825427a76648e8b9f72e8449 (diff) | |
download | opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2 |
Add X11..
-rw-r--r-- | noncore/net/networksetup/config.in | 2 | ||||
-rw-r--r-- | noncore/net/networksetup/interfaces/config.in | 2 | ||||
-rw-r--r-- | noncore/net/networksetup/wlan/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opieftp/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opieirc/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/applet/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/config.in | 2 | ||||
-rw-r--r-- | noncore/net/ubrowser/config.in | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/config.in | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/noncore/net/networksetup/config.in b/noncore/net/networksetup/config.in index b18bdbd..e151d6f 100644 --- a/noncore/net/networksetup/config.in +++ b/noncore/net/networksetup/config.in @@ -3,7 +3,7 @@ menu "networksetup" config INTERFACES boolean "networksetup" default "y" - depends LIBQPE && LIBOPIE && WLAN && INTERFACES + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && WLAN && INTERFACES source noncore/net/networksetup/wlan/config.in source noncore/net/networksetup/interfaces/config.in diff --git a/noncore/net/networksetup/interfaces/config.in b/noncore/net/networksetup/interfaces/config.in index 431e51b..b9873f7 100644 --- a/noncore/net/networksetup/interfaces/config.in +++ b/noncore/net/networksetup/interfaces/config.in @@ -1,4 +1,4 @@ config INTERFACES boolean "interfaces" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/networksetup/wlan/config.in b/noncore/net/networksetup/wlan/config.in index 4853a32..7f552fc 100644 --- a/noncore/net/networksetup/wlan/config.in +++ b/noncore/net/networksetup/wlan/config.in @@ -1,4 +1,4 @@ config WLAN boolean "wlan" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opieftp/config.in b/noncore/net/opieftp/config.in index fdb0e90..9d1e561 100644 --- a/noncore/net/opieftp/config.in +++ b/noncore/net/opieftp/config.in @@ -1,4 +1,4 @@ config OPIEFTP boolean "opieftp" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opieirc/config.in b/noncore/net/opieirc/config.in index 7aaa5d3..30184a9 100644 --- a/noncore/net/opieirc/config.in +++ b/noncore/net/opieirc/config.in @@ -1,4 +1,4 @@ config OPIEIRC boolean "opieirc" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in index 80afbe5..4d689b5 100644 --- a/noncore/net/opietooth/applet/config.in +++ b/noncore/net/opietooth/applet/config.in @@ -1,4 +1,4 @@ # config #APPLET # boolean "applet" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in index c3e3056..395537c 100644 --- a/noncore/net/opietooth/blue-pin/config.in +++ b/noncore/net/opietooth/blue-pin/config.in @@ -1,4 +1,4 @@ # config #BLUE-PIN # boolean "blue-pin" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in index a8964f6..21c2fa3 100644 --- a/noncore/net/opietooth/lib/config.in +++ b/noncore/net/opietooth/lib/config.in @@ -1,4 +1,4 @@ # config #LIB # boolean "lib" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in index 704448f..a8c9f62 100644 --- a/noncore/net/opietooth/manager/config.in +++ b/noncore/net/opietooth/manager/config.in @@ -1,4 +1,4 @@ # config #MANAGER # boolean "manager" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/ubrowser/config.in b/noncore/net/ubrowser/config.in index 4b15046..562741d 100644 --- a/noncore/net/ubrowser/config.in +++ b/noncore/net/ubrowser/config.in @@ -1,4 +1,4 @@ # config #UBROWSER # boolean "ubrowser" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/wellenreiter/config.in b/noncore/net/wellenreiter/config.in index ff4a0cb..d6b48d8 100644 --- a/noncore/net/wellenreiter/config.in +++ b/noncore/net/wellenreiter/config.in @@ -1,4 +1,4 @@ # config #WELLENREITER # boolean "wellenreiter" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |