From a577ba23721cebbb5918c9650acc3dd113ed25b3 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 06 Nov 2002 19:01:21 +0000 Subject: Add X11.. --- (limited to 'noncore/games') 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 @@ config BOUNCE boolean "bounce" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config BUZZWORD boolean "buzzword" default "y" - depends LIBQPE && LIBOPIE + 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 @@ # config #CHESS # boolean "chess" # default "y" -# depends LIBQPE && LIBOPIE +# 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 @@ config FIFTEEN boolean "fifteen" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config GO boolean "go" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config KBILL boolean "kbill" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config KCHECKERS boolean "kcheckers" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config KPACMAN boolean "kpacman" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config MINDBREAKER boolean "mindbreaker" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config MINESWEEP boolean "minesweep" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config PARASHOOT boolean "parashoot" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config QASTEROIDS boolean "qasteroids" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config SNAKE boolean "snake" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config SOLITAIRE boolean "solitaire" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config TETRIX boolean "tetrix" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config TICTAC boolean "tictac" default "y" - depends LIBQPE && LIBOPIE + 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 @@ config WORDGAME boolean "wordgame" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE -- cgit v0.9.0.2