Signed-off-by: Lukas Märdian <[email protected]>
---
e-wm/e-wm-config-illume2-shr/Makefile.am | 14 ++++++++++++--
e-wm/e-wm-config-illume2-shr/configure.ac | 10 ++++++++++
.../palm_pre/module.illume-indicator.src | 4 ++++
3 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644
e-wm/e-wm-config-illume2-shr/palm_pre/module.illume-indicator.src
diff --git a/e-wm/e-wm-config-illume2-shr/Makefile.am
b/e-wm/e-wm-config-illume2-shr/Makefile.am
index ae395ec..5bcbbaa 100644
--- a/e-wm/e-wm-config-illume2-shr/Makefile.am
+++ b/e-wm/e-wm-config-illume2-shr/Makefile.am
@@ -13,7 +13,6 @@ EXTRA_DIST = \
module.illume2.src \
module.illume-home.src \
module.illume-softkey.src \
- module.illume-indicator.src \
module.illume-keyboard.src
filesdir = $(datadir)/enlightenment/data/config/illume2-shr
@@ -28,9 +27,20 @@ files_DATA = \
module.illume2.cfg \
module.illume-home.cfg \
module.illume-softkey.cfg \
- module.illume-indicator.cfg \
module.illume-keyboard.cfg
+if WANT_MACHINE_PALMPRE
+EXTRA_DIST += \
+ palm_pre/module.illume-indicator.src
+files_DATA += \
+ palm_pre/module.illume-indicator.src
+else
+EXTRA_DIST += \
+ module.illume-indicator.src
+files_DATA += \
+ module.illume-indicator.src
+endif
+
%.cfg: %.src
$(EET_EET) -e \
$@ config \
diff --git a/e-wm/e-wm-config-illume2-shr/configure.ac
b/e-wm/e-wm-config-illume2-shr/configure.ac
index 9175b56..833126d 100644
--- a/e-wm/e-wm-config-illume2-shr/configure.ac
+++ b/e-wm/e-wm-config-illume2-shr/configure.ac
@@ -39,6 +39,16 @@ AC_ARG_WITH(eet-eet,
])
AC_SUBST(eet_eet)
+##############################################################################
+# check for PalmPre
+AM_CONDITIONAL( [WANT_PPP], [test x"$ppp" = x"yes"])
+AC_ARG_ENABLE(machine-palmpre,
+ [ --enable-machine-palmpre Use palmpre theme (default=disabled)],
+ [palmpre=$enableval],
+ [palmpre="no"])
+AM_CONDITIONAL( [WANT_MACHINE_PALMPRE], [test x"$palmpre" = x"yes"])
+##############################################################################
+
AC_OUTPUT([
Makefile
diff --git a/e-wm/e-wm-config-illume2-shr/palm_pre/module.illume-indicator.src
b/e-wm/e-wm-config-illume2-shr/palm_pre/module.illume-indicator.src
new file mode 100644
index 0000000..97fe9b4
--- /dev/null
+++ b/e-wm/e-wm-config-illume2-shr/palm_pre/module.illume-indicator.src
@@ -0,0 +1,4 @@
+group "Illume-Indicator_Cfg" struct {
+ value "version" int: 0;
+ value "height" int: 40;
+}
--
1.7.1
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel