summaryrefslogtreecommitdiff
path: root/noncore/graphics
authorclem <clem>2004-10-15 21:25:03 (UTC)
committer clem <clem>2004-10-15 21:25:03 (UTC)
commit2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b (patch) (side-by-side diff)
tree4eb25a311bb2bf6617a2eb2540a54805c616f86e /noncore/graphics
parentfaa6face6dbc1346ce16816264372afb245e22ef (diff)
downloadopie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.zip
opie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.tar.gz
opie-2f21eb064d11b6ef8edf2db77d3a8a6ce4266a0b.tar.bz2
split the two config in one file into two config.in files, so the dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in)
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/config.in5
-rw-r--r--noncore/graphics/opie-eye/slave/config.in4
2 files changed, 5 insertions, 4 deletions
diff --git a/noncore/graphics/opie-eye/config.in b/noncore/graphics/opie-eye/config.in
index bab871d..0bf1a27 100644
--- a/noncore/graphics/opie-eye/config.in
+++ b/noncore/graphics/opie-eye/config.in
@@ -3,7 +3,4 @@
default "y"
depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM
- config OPIE_EYE_SLAVE
- boolean
- default "y" if OPIE_EYE
- depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM
+ source noncore/graphics/opie-eye/slave/config.in
diff --git a/noncore/graphics/opie-eye/slave/config.in b/noncore/graphics/opie-eye/slave/config.in
new file mode 100644
index 0000000..609bf31
--- a/dev/null
+++ b/noncore/graphics/opie-eye/slave/config.in
@@ -0,0 +1,4 @@
+ config OPIE_EYE_SLAVE
+ boolean
+ default "y" if OPIE_EYE
+ depends on ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2MM