author | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
commit | a577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff) | |
tree | bb80a9250725d2ccf7a2d79170df868912cd06c1 /noncore | |
parent | f102976a7a724520825427a76648e8b9f72e8449 (diff) | |
download | opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2 |
Add X11..
82 files changed, 82 insertions, 82 deletions
diff --git a/noncore/applets/notesapplet/config.in b/noncore/applets/notesapplet/config.in index a2f7d4d..6a90f19 100644 --- a/noncore/applets/notesapplet/config.in +++ b/noncore/applets/notesapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config NOTESAPPLET | 1 | config NOTESAPPLET |
2 | boolean "notesapplet" | 2 | boolean "notesapplet" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/applets/wirelessapplet/config.in b/noncore/applets/wirelessapplet/config.in index 55f1aa1..e502f93 100644 --- a/noncore/applets/wirelessapplet/config.in +++ b/noncore/applets/wirelessapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WIRELESSAPPLET | 1 | config WIRELESSAPPLET |
2 | boolean "wirelessapplet" | 2 | boolean "wirelessapplet" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/advancedfm/config.in b/noncore/apps/advancedfm/config.in index 968d373..c1e25c2 100644 --- a/noncore/apps/advancedfm/config.in +++ b/noncore/apps/advancedfm/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config ADVANCEDFM | 1 | config ADVANCEDFM |
2 | boolean "advancedfm" | 2 | boolean "advancedfm" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/checkbook/config.in b/noncore/apps/checkbook/config.in index 89ab053..3a7993b 100644 --- a/noncore/apps/checkbook/config.in +++ b/noncore/apps/checkbook/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config CHECKBOOK | 1 | config CHECKBOOK |
2 | boolean "checkbook" | 2 | boolean "checkbook" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/confedit/config.in b/noncore/apps/confedit/config.in index 13e6d27..09bb9df 100644 --- a/noncore/apps/confedit/config.in +++ b/noncore/apps/confedit/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config CONFEDIT | 1 | config CONFEDIT |
2 | boolean "confedit" | 2 | boolean "confedit" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/dictionary/config.in b/noncore/apps/dictionary/config.in index 2527127..e3afbfc 100644 --- a/noncore/apps/dictionary/config.in +++ b/noncore/apps/dictionary/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #DICTIONARY | 1 | # config #DICTIONARY |
2 | # boolean "dictionary" | 2 | # boolean "dictionary" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/opie-console/config.in b/noncore/apps/opie-console/config.in index f7793fa..01c9a1c 100644 --- a/noncore/apps/opie-console/config.in +++ b/noncore/apps/opie-console/config.in | |||
@@ -3,6 +3,6 @@ menu "opie-console" | |||
3 | config #TEST | 3 | config #TEST |
4 | boolean "opie-console" | 4 | boolean "opie-console" |
5 | default "y" | 5 | default "y" |
6 | depends LIBQPE && LIBOPIE | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
7 | source noncore/apps/opie-console/test/config.in | 7 | source noncore/apps/opie-console/test/config.in |
8 | endmenu | 8 | endmenu |
diff --git a/noncore/apps/opie-reader/config.in b/noncore/apps/opie-reader/config.in index 801c4d9..9d63eb2 100644 --- a/noncore/apps/opie-reader/config.in +++ b/noncore/apps/opie-reader/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIE-READER | 1 | config OPIE-READER |
2 | boolean "opie-reader" | 2 | boolean "opie-reader" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/opie-sheet/config.in b/noncore/apps/opie-sheet/config.in index 7b66faf..d9450bb 100644 --- a/noncore/apps/opie-sheet/config.in +++ b/noncore/apps/opie-sheet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIE-SHEET | 1 | config OPIE-SHEET |
2 | boolean "opie-sheet" | 2 | boolean "opie-sheet" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/opie-write/config.in b/noncore/apps/opie-write/config.in index 79650e9..9842b4b 100644 --- a/noncore/apps/opie-write/config.in +++ b/noncore/apps/opie-write/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #OPIE-WRITE | 1 | # config #OPIE-WRITE |
2 | # boolean "opie-write" | 2 | # boolean "opie-write" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/oxygen/config.in b/noncore/apps/oxygen/config.in index b83022a..1fd0987 100644 --- a/noncore/apps/oxygen/config.in +++ b/noncore/apps/oxygen/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OXYGEN | 1 | config OXYGEN |
2 | boolean "oxygen" | 2 | boolean "oxygen" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/tableviewer/config.in b/noncore/apps/tableviewer/config.in index 8490d5d..31fadc0 100644 --- a/noncore/apps/tableviewer/config.in +++ b/noncore/apps/tableviewer/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TABLEVIEWER | 1 | config TABLEVIEWER |
2 | boolean "tableviewer" | 2 | boolean "tableviewer" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/comm/keypebble/config.in b/noncore/comm/keypebble/config.in index 7a81539..107d510 100644 --- a/noncore/comm/keypebble/config.in +++ b/noncore/comm/keypebble/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KEYPEBBLE | 1 | config KEYPEBBLE |
2 | boolean "keypebble" | 2 | boolean "keypebble" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in index a7f92ff..45c4ca4 100644 --- a/noncore/comm/mobilemsg/config.in +++ b/noncore/comm/mobilemsg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #MOBILEMSG | 1 | # config #MOBILEMSG |
2 | # boolean "mobilemsg" | 2 | # boolean "mobilemsg" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/decorations/flat/config.in b/noncore/decorations/flat/config.in index 80dc87d..74fc990 100644 --- a/noncore/decorations/flat/config.in +++ b/noncore/decorations/flat/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_FLAT | 1 | config DECO_FLAT |
2 | boolean "flat" | 2 | boolean "flat" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/decorations/liquid/config.in b/noncore/decorations/liquid/config.in index 946d97d..2f41734 100644 --- a/noncore/decorations/liquid/config.in +++ b/noncore/decorations/liquid/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_LIQUID | 1 | config DECO_LIQUID |
2 | boolean "liquid" | 2 | boolean "liquid" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/decorations/polished/config.in b/noncore/decorations/polished/config.in index 9feb134..df6c514 100644 --- a/noncore/decorations/polished/config.in +++ b/noncore/decorations/polished/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_POLISHED | 1 | config DECO_POLISHED |
2 | boolean "polished" | 2 | boolean "polished" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/bounce/config.in b/noncore/games/bounce/config.in index c7f2c02..92ea429 100644 --- a/noncore/games/bounce/config.in +++ b/noncore/games/bounce/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BOUNCE | 1 | config BOUNCE |
2 | boolean "bounce" | 2 | boolean "bounce" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/buzzword/config.in b/noncore/games/buzzword/config.in index ad2525e..757daee 100644 --- a/noncore/games/buzzword/config.in +++ b/noncore/games/buzzword/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BUZZWORD | 1 | config BUZZWORD |
2 | boolean "buzzword" | 2 | boolean "buzzword" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/chess/config.in b/noncore/games/chess/config.in index e64e73c..6cddb51 100644 --- a/noncore/games/chess/config.in +++ b/noncore/games/chess/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #CHESS | 1 | # config #CHESS |
2 | # boolean "chess" | 2 | # boolean "chess" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in index da35a05..880e178 100644 --- a/noncore/games/fifteen/config.in +++ b/noncore/games/fifteen/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config FIFTEEN | 1 | config FIFTEEN |
2 | boolean "fifteen" | 2 | boolean "fifteen" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in index da542c3..25395f7 100644 --- a/noncore/games/go/config.in +++ b/noncore/games/go/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config GO | 1 | config GO |
2 | boolean "go" | 2 | boolean "go" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in index 91a14d1..eb1900e 100644 --- a/noncore/games/kbill/config.in +++ b/noncore/games/kbill/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KBILL | 1 | config KBILL |
2 | boolean "kbill" | 2 | boolean "kbill" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/kcheckers/config.in b/noncore/games/kcheckers/config.in index 1a3c60b..a0226f0 100644 --- a/noncore/games/kcheckers/config.in +++ b/noncore/games/kcheckers/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KCHECKERS | 1 | config KCHECKERS |
2 | boolean "kcheckers" | 2 | boolean "kcheckers" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/kpacman/config.in b/noncore/games/kpacman/config.in index c8a4bc6..4e1befa 100644 --- a/noncore/games/kpacman/config.in +++ b/noncore/games/kpacman/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KPACMAN | 1 | config KPACMAN |
2 | boolean "kpacman" | 2 | boolean "kpacman" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in index f141ebc..8eff9da 100644 --- a/noncore/games/mindbreaker/config.in +++ b/noncore/games/mindbreaker/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MINDBREAKER | 1 | config MINDBREAKER |
2 | boolean "mindbreaker" | 2 | boolean "mindbreaker" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/minesweep/config.in b/noncore/games/minesweep/config.in index 90934b9..74c9e0d 100644 --- a/noncore/games/minesweep/config.in +++ b/noncore/games/minesweep/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MINESWEEP | 1 | config MINESWEEP |
2 | boolean "minesweep" | 2 | boolean "minesweep" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/parashoot/config.in b/noncore/games/parashoot/config.in index db6239c..956bdbb 100644 --- a/noncore/games/parashoot/config.in +++ b/noncore/games/parashoot/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config PARASHOOT | 1 | config PARASHOOT |
2 | boolean "parashoot" | 2 | boolean "parashoot" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/qasteroids/config.in b/noncore/games/qasteroids/config.in index a619624..74eaa07 100644 --- a/noncore/games/qasteroids/config.in +++ b/noncore/games/qasteroids/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config QASTEROIDS | 1 | config QASTEROIDS |
2 | boolean "qasteroids" | 2 | boolean "qasteroids" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in index 0048f9c..eade45e 100644 --- a/noncore/games/snake/config.in +++ b/noncore/games/snake/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SNAKE | 1 | config SNAKE |
2 | boolean "snake" | 2 | boolean "snake" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/solitaire/config.in b/noncore/games/solitaire/config.in index 8264469..20dce9e 100644 --- a/noncore/games/solitaire/config.in +++ b/noncore/games/solitaire/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SOLITAIRE | 1 | config SOLITAIRE |
2 | boolean "solitaire" | 2 | boolean "solitaire" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/tetrix/config.in b/noncore/games/tetrix/config.in index 596d2b5..e7d3993 100644 --- a/noncore/games/tetrix/config.in +++ b/noncore/games/tetrix/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TETRIX | 1 | config TETRIX |
2 | boolean "tetrix" | 2 | boolean "tetrix" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/tictac/config.in b/noncore/games/tictac/config.in index 9b65b8d..eff34ca 100644 --- a/noncore/games/tictac/config.in +++ b/noncore/games/tictac/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TICTAC | 1 | config TICTAC |
2 | boolean "tictac" | 2 | boolean "tictac" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/games/wordgame/config.in b/noncore/games/wordgame/config.in index 3969dc8..32b6eac 100644 --- a/noncore/games/wordgame/config.in +++ b/noncore/games/wordgame/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WORDGAME | 1 | config WORDGAME |
2 | boolean "wordgame" | 2 | boolean "wordgame" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/graphics/drawpad/config.in b/noncore/graphics/drawpad/config.in index 732330b..50fa916 100644 --- a/noncore/graphics/drawpad/config.in +++ b/noncore/graphics/drawpad/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DRAWPAD | 1 | config DRAWPAD |
2 | boolean "drawpad" | 2 | boolean "drawpad" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/multimedia/opieplayer2/config.in b/noncore/multimedia/opieplayer2/config.in index 2a03125..da0a647 100644 --- a/noncore/multimedia/opieplayer2/config.in +++ b/noncore/multimedia/opieplayer2/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #OPIEPLAYER2 | 1 | # config #OPIEPLAYER2 |
2 | # boolean "opieplayer2" | 2 | # boolean "opieplayer2" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/multimedia/showimg/config.in b/noncore/multimedia/showimg/config.in index 0316ea6..0540c72 100644 --- a/noncore/multimedia/showimg/config.in +++ b/noncore/multimedia/showimg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SHOWIMG | 1 | config SHOWIMG |
2 | boolean "showimg" | 2 | boolean "showimg" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
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" | |||
3 | config INTERFACES | 3 | config INTERFACES |
4 | boolean "networksetup" | 4 | boolean "networksetup" |
5 | default "y" | 5 | default "y" |
6 | depends LIBQPE && LIBOPIE && WLAN && INTERFACES | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && WLAN && INTERFACES |
7 | 7 | ||
8 | source noncore/net/networksetup/wlan/config.in | 8 | source noncore/net/networksetup/wlan/config.in |
9 | source noncore/net/networksetup/interfaces/config.in | 9 | 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 @@ | |||
1 | config INTERFACES | 1 | config INTERFACES |
2 | boolean "interfaces" | 2 | boolean "interfaces" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | 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 @@ | |||
1 | config WLAN | 1 | config WLAN |
2 | boolean "wlan" | 2 | boolean "wlan" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | 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 @@ | |||
1 | config OPIEFTP | 1 | config OPIEFTP |
2 | boolean "opieftp" | 2 | boolean "opieftp" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | 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 @@ | |||
1 | config OPIEIRC | 1 | config OPIEIRC |
2 | boolean "opieirc" | 2 | boolean "opieirc" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | 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 @@ | |||
1 | # config #APPLET | 1 | # config #APPLET |
2 | # boolean "applet" | 2 | # boolean "applet" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # 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 @@ | |||
1 | # config #BLUE-PIN | 1 | # config #BLUE-PIN |
2 | # boolean "blue-pin" | 2 | # boolean "blue-pin" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # 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 @@ | |||
1 | # config #LIB | 1 | # config #LIB |
2 | # boolean "lib" | 2 | # boolean "lib" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # 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 @@ | |||
1 | # config #MANAGER | 1 | # config #MANAGER |
2 | # boolean "manager" | 2 | # boolean "manager" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # 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 @@ | |||
1 | # config #UBROWSER | 1 | # config #UBROWSER |
2 | # boolean "ubrowser" | 2 | # boolean "ubrowser" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # 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 @@ | |||
1 | # config #WELLENREITER | 1 | # config #WELLENREITER |
2 | # boolean "wellenreiter" | 2 | # boolean "wellenreiter" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/appearance2/config.in b/noncore/settings/appearance2/config.in index e853545..0da6502 100644 --- a/noncore/settings/appearance2/config.in +++ b/noncore/settings/appearance2/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config APPEARANCE2 | 1 | config APPEARANCE2 |
2 | boolean "appearance2" | 2 | boolean "appearance2" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/aqpkg/config.in b/noncore/settings/aqpkg/config.in index b16c0b8..4b5ffa7 100644 --- a/noncore/settings/aqpkg/config.in +++ b/noncore/settings/aqpkg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config AQPKG | 1 | config AQPKG |
2 | boolean "aqpkg" | 2 | boolean "aqpkg" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/backup/config.in b/noncore/settings/backup/config.in index 5fc09ef..b59f33f 100644 --- a/noncore/settings/backup/config.in +++ b/noncore/settings/backup/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BACKUP | 1 | config BACKUP |
2 | boolean "backup" | 2 | boolean "backup" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/language/config.in b/noncore/settings/language/config.in index 1315904..ce5e335 100644 --- a/noncore/settings/language/config.in +++ b/noncore/settings/language/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LANGUAGE | 1 | config LANGUAGE |
2 | boolean "language" | 2 | boolean "language" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/mediummount/config.in b/noncore/settings/mediummount/config.in index 2bf9442..76e9500 100644 --- a/noncore/settings/mediummount/config.in +++ b/noncore/settings/mediummount/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MEDIUMMOUNT | 1 | config MEDIUMMOUNT |
2 | boolean "mediummount" | 2 | boolean "mediummount" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/netsystemtime/config.in b/noncore/settings/netsystemtime/config.in index 0420d8e..697c1ea 100644 --- a/noncore/settings/netsystemtime/config.in +++ b/noncore/settings/netsystemtime/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config NETSYSTEMTIME | 1 | config NETSYSTEMTIME |
2 | boolean "netsystemtime" | 2 | boolean "netsystemtime" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/networksettings/config.in b/noncore/settings/networksettings/config.in index b18bdbd..e151d6f 100644 --- a/noncore/settings/networksettings/config.in +++ b/noncore/settings/networksettings/config.in | |||
@@ -3,7 +3,7 @@ menu "networksetup" | |||
3 | config INTERFACES | 3 | config INTERFACES |
4 | boolean "networksetup" | 4 | boolean "networksetup" |
5 | default "y" | 5 | default "y" |
6 | depends LIBQPE && LIBOPIE && WLAN && INTERFACES | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && WLAN && INTERFACES |
7 | 7 | ||
8 | source noncore/net/networksetup/wlan/config.in | 8 | source noncore/net/networksetup/wlan/config.in |
9 | source noncore/net/networksetup/interfaces/config.in | 9 | source noncore/net/networksetup/interfaces/config.in |
diff --git a/noncore/settings/networksettings/interfaces/config.in b/noncore/settings/networksettings/interfaces/config.in index 431e51b..b9873f7 100644 --- a/noncore/settings/networksettings/interfaces/config.in +++ b/noncore/settings/networksettings/interfaces/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config INTERFACES | 1 | config INTERFACES |
2 | boolean "interfaces" | 2 | boolean "interfaces" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/networksettings/wlan/config.in b/noncore/settings/networksettings/wlan/config.in index 4853a32..7f552fc 100644 --- a/noncore/settings/networksettings/wlan/config.in +++ b/noncore/settings/networksettings/wlan/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WLAN | 1 | config WLAN |
2 | boolean "wlan" | 2 | boolean "wlan" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/sound/config.in b/noncore/settings/sound/config.in index 5e0b52f..e99b200 100644 --- a/noncore/settings/sound/config.in +++ b/noncore/settings/sound/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SOUND | 1 | config SOUND |
2 | boolean "sound" | 2 | boolean "sound" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/sshkeys/config.in b/noncore/settings/sshkeys/config.in index 634aa3a..1e7f626 100644 --- a/noncore/settings/sshkeys/config.in +++ b/noncore/settings/sshkeys/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SSHKEYS | 1 | config SSHKEYS |
2 | boolean "sshkeys" | 2 | boolean "sshkeys" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/sysinfo/config.in b/noncore/settings/sysinfo/config.in index 062f035..f321b94 100644 --- a/noncore/settings/sysinfo/config.in +++ b/noncore/settings/sysinfo/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SYSINFO | 1 | config SYSINFO |
2 | boolean "sysinfo" | 2 | boolean "sysinfo" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/tabmanager/config.in b/noncore/settings/tabmanager/config.in index f0c4c08..3737058 100644 --- a/noncore/settings/tabmanager/config.in +++ b/noncore/settings/tabmanager/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TABMANAGER | 1 | config TABMANAGER |
2 | boolean "tabmanager" | 2 | boolean "tabmanager" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/usermanager/config.in b/noncore/settings/usermanager/config.in index 2dd0b9e..5484a4e 100644 --- a/noncore/settings/usermanager/config.in +++ b/noncore/settings/usermanager/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config USERMANAGER | 1 | config USERMANAGER |
2 | boolean "usermanager" | 2 | boolean "usermanager" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/styles/flat/config.in b/noncore/styles/flat/config.in index 1c82de1..ae6edb6 100644 --- a/noncore/styles/flat/config.in +++ b/noncore/styles/flat/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config FLAT | 1 | config FLAT |
2 | boolean "flat" | 2 | boolean "flat" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/styles/fresh/config.in b/noncore/styles/fresh/config.in index f71de8d..7199c18 100644 --- a/noncore/styles/fresh/config.in +++ b/noncore/styles/fresh/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config FRESH | 1 | config FRESH |
2 | boolean "fresh" | 2 | boolean "fresh" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/styles/liquid/config.in b/noncore/styles/liquid/config.in index d2bbddb..b510625 100644 --- a/noncore/styles/liquid/config.in +++ b/noncore/styles/liquid/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIQUID | 1 | config LIQUID |
2 | boolean "liquid" | 2 | boolean "liquid" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/styles/metal/config.in b/noncore/styles/metal/config.in index 1d86924..991fc74 100644 --- a/noncore/styles/metal/config.in +++ b/noncore/styles/metal/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config METAL | 1 | config METAL |
2 | boolean "metal" | 2 | boolean "metal" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/styles/theme/config.in b/noncore/styles/theme/config.in index c90a422..27c8125 100644 --- a/noncore/styles/theme/config.in +++ b/noncore/styles/theme/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config THEME | 1 | config THEME |
2 | boolean "theme" | 2 | boolean "theme" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in index e9ee1b7..036b04c 100644 --- a/noncore/todayplugins/stockticker/config.in +++ b/noncore/todayplugins/stockticker/config.in | |||
@@ -3,7 +3,7 @@ menu "stockticker" | |||
3 | config TODAY_STOCKTICKER | 3 | config TODAY_STOCKTICKER |
4 | boolean "stockticker" | 4 | boolean "stockticker" |
5 | default "y" | 5 | default "y" |
6 | depends LIBQPE && LIBOPIE | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
7 | 7 | ||
8 | source noncore/todayplugins/stockticker/stockticker/config.in | 8 | source noncore/todayplugins/stockticker/stockticker/config.in |
9 | source noncore/todayplugins/stockticker/stocktickerlib/config.in | 9 | source noncore/todayplugins/stockticker/stocktickerlib/config.in |
diff --git a/noncore/tools/calc2/binary/config.in b/noncore/tools/calc2/binary/config.in index 7db862d..3a90707 100644 --- a/noncore/tools/calc2/binary/config.in +++ b/noncore/tools/calc2/binary/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #BINARY | 1 | # config #BINARY |
2 | # boolean "binary" | 2 | # boolean "binary" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/calc2/simple/config.in b/noncore/tools/calc2/simple/config.in index 726b78d..a22a020 100644 --- a/noncore/tools/calc2/simple/config.in +++ b/noncore/tools/calc2/simple/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #SIMPLE | 1 | # config #SIMPLE |
2 | # boolean "simple" | 2 | # boolean "simple" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/calculator/config.in b/noncore/tools/calculator/config.in index 9a8d8be..a290e5e 100644 --- a/noncore/tools/calculator/config.in +++ b/noncore/tools/calculator/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config CALCULATOR | 1 | config CALCULATOR |
2 | boolean "calculator" | 2 | boolean "calculator" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/clock/config.in b/noncore/tools/clock/config.in index c9c099c..341b42a 100644 --- a/noncore/tools/clock/config.in +++ b/noncore/tools/clock/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config CLOCK | 1 | config CLOCK |
2 | boolean "clock" | 2 | boolean "clock" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/formatter/config.in b/noncore/tools/formatter/config.in index 70146bd..89c05e2 100644 --- a/noncore/tools/formatter/config.in +++ b/noncore/tools/formatter/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config FORMATTER | 1 | config FORMATTER |
2 | boolean "formatter" | 2 | boolean "formatter" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/opie-sh/config.in b/noncore/tools/opie-sh/config.in index 77c1857..782ae5f 100644 --- a/noncore/tools/opie-sh/config.in +++ b/noncore/tools/opie-sh/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIE-SH | 1 | config OPIE-SH |
2 | boolean "opie-sh" | 2 | boolean "opie-sh" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/tools/remote/config.in b/noncore/tools/remote/config.in index ef51047..231696b 100644 --- a/noncore/tools/remote/config.in +++ b/noncore/tools/remote/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config REMOTE | 1 | config REMOTE |
2 | boolean "remote" | 2 | boolean "remote" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/filebrowser/config.in b/noncore/unsupported/filebrowser/config.in index 46debbd..02c6521 100644 --- a/noncore/unsupported/filebrowser/config.in +++ b/noncore/unsupported/filebrowser/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config FILEBROWSER | 1 | config FILEBROWSER |
2 | boolean "filebrowser" | 2 | boolean "filebrowser" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/gsmtool/config.in b/noncore/unsupported/gsmtool/config.in index 76c7eb7..f023d61 100644 --- a/noncore/unsupported/gsmtool/config.in +++ b/noncore/unsupported/gsmtool/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #GSMTOOL | 1 | # config #GSMTOOL |
2 | # boolean "gsmtool" | 2 | # boolean "gsmtool" |
3 | # default "y" | 3 | # default "y" |
4 | # depends LIBQPE && LIBOPIE | 4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in index 3d33fe4..1cea22f 100644 --- a/noncore/unsupported/mail2/bend/config.in +++ b/noncore/unsupported/mail2/bend/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BEND | 1 | config BEND |
2 | boolean "bend" | 2 | boolean "bend" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in index 2263230..4c50723 100644 --- a/noncore/unsupported/mail2/config.in +++ b/noncore/unsupported/mail2/config.in | |||
@@ -3,7 +3,7 @@ menu "mail" | |||
3 | config BEND | 3 | config BEND |
4 | boolean "mail" | 4 | boolean "mail" |
5 | default "y" | 5 | default "y" |
6 | depends LIBQPE && LIBOPIE | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
7 | source noncore/mail/bend/config.in | 7 | source noncore/mail/bend/config.in |
8 | source noncore/mail/libmail/config.in | 8 | source noncore/mail/libmail/config.in |
9 | endmenu | 9 | endmenu |
diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in index 6712dbe..e9ce917 100644 --- a/noncore/unsupported/mail2/libmail/config.in +++ b/noncore/unsupported/mail2/libmail/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBMAIL | 1 | config LIBMAIL |
2 | boolean "libmail" | 2 | boolean "libmail" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/oipkg/config.in b/noncore/unsupported/oipkg/config.in index 63a96e3..987994e 100644 --- a/noncore/unsupported/oipkg/config.in +++ b/noncore/unsupported/oipkg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OIPKG | 1 | config OIPKG |
2 | boolean "oipkg" | 2 | boolean "oipkg" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/unsupported/qpdf/config.in b/noncore/unsupported/qpdf/config.in index 2f0dc9d..dfd4f0a 100644 --- a/noncore/unsupported/qpdf/config.in +++ b/noncore/unsupported/qpdf/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config QPDF | 1 | config QPDF |
2 | boolean "qpdf" | 2 | boolean "qpdf" |
3 | default "y" | 3 | default "y" |
4 | depends LIBQPE && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |