summaryrefslogtreecommitdiff
path: root/noncore/styles
authorkergoth <kergoth>2002-11-06 19:01:21 (UTC)
committer kergoth <kergoth>2002-11-06 19:01:21 (UTC)
commita577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff)
treebb80a9250725d2ccf7a2d79170df868912cd06c1 /noncore/styles
parentf102976a7a724520825427a76648e8b9f72e8449 (diff)
downloadopie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2
Add X11..
Diffstat (limited to 'noncore/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/flat/config.in2
-rw-r--r--noncore/styles/fresh/config.in2
-rw-r--r--noncore/styles/liquid/config.in2
-rw-r--r--noncore/styles/metal/config.in2
-rw-r--r--noncore/styles/theme/config.in2
5 files changed, 5 insertions, 5 deletions
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