-rw-r--r-- | core/apps/calibrate/config.in | 2 | ||||
-rw-r--r-- | core/apps/embeddedkonsole/config.in | 2 | ||||
-rw-r--r-- | core/apps/helpbrowser/config.in | 2 | ||||
-rw-r--r-- | core/apps/qcop/config.in | 2 | ||||
-rw-r--r-- | core/apps/textedit/config.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/apps/calibrate/config.in b/core/apps/calibrate/config.in index 0a7d5da..e408448 100644 --- a/core/apps/calibrate/config.in +++ b/core/apps/calibrate/config.in @@ -1,4 +1,4 @@ # config #CALIBRATE # boolean "calibrate" # default "y" -# depends LIBQPE && LIBOPIE +# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/apps/embeddedkonsole/config.in b/core/apps/embeddedkonsole/config.in index 6272667..a31d393 100644 --- a/core/apps/embeddedkonsole/config.in +++ b/core/apps/embeddedkonsole/config.in @@ -1,4 +1,4 @@ config EMBEDDEDKONSOLE boolean "embeddedkonsole" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/apps/helpbrowser/config.in b/core/apps/helpbrowser/config.in index 0614e44..aeeb483 100644 --- a/core/apps/helpbrowser/config.in +++ b/core/apps/helpbrowser/config.in @@ -1,4 +1,4 @@ config HELPBROWSER boolean "helpbrowser" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/apps/qcop/config.in b/core/apps/qcop/config.in index 9508714..f2cf066 100644 --- a/core/apps/qcop/config.in +++ b/core/apps/qcop/config.in @@ -1,4 +1,4 @@ config QCOP boolean "qcop" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/apps/textedit/config.in b/core/apps/textedit/config.in index fae02ac..ee4bca9 100644 --- a/core/apps/textedit/config.in +++ b/core/apps/textedit/config.in @@ -1,4 +1,4 @@ config TEXTEDIT boolean "textedit" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |