Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (dcf109c05c19662305f46cdb56397ebe785235b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (dcf109c05c19662305f46cdb56397ebe785235b6)
  • Date: Sat, 12 Nov 2011 20:51:01 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

e-17/e_dbus/BUILD | 11 +++++++----
e-17/e_dbus/CONFIGURE | 33 +++++++++++++++++++++++++++++----
e-17/e_dbus/HISTORY | 4 ++++
3 files changed, 40 insertions(+), 8 deletions(-)

New commits:
commit dcf109c05c19662305f46cdb56397ebe785235b6
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

e_dbus: updated configure options

diff --git a/e-17/e_dbus/BUILD b/e-17/e_dbus/BUILD
index 7e7d09c..13019b6 100755
--- a/e-17/e_dbus/BUILD
+++ b/e-17/e_dbus/BUILD
@@ -1,6 +1,9 @@
-OPTS="$EDBUS_EHAL \
- $EDBUS_ENM \
- $EDBUS_ENOTIFY \
- $OPTS" &&
+OPTS="$EDBUS_EUKIT \
+ $EDBUS_EHAL \
+ $EDBUS_ENOTIFY \
+ $EDBUS_EBLUEZ \
+ $EDBUS_ECONNMAN \
+ $EDBUS_EOFONO \
+ $OPTS" &&

default_build
diff --git a/e-17/e_dbus/CONFIGURE b/e-17/e_dbus/CONFIGURE
index 9927913..c3f11f7 100755
--- a/e-17/e_dbus/CONFIGURE
+++ b/e-17/e_dbus/CONFIGURE
@@ -1,8 +1,33 @@
+config_query_option EDBUS_EUKIT "Enable udisks and upower support?" y \
+ "--enable-eukit" "--disable-eukit" &&
+
config_query_option EDBUS_EHAL 'Enable Hardware Abstraction Layer support?'
\
y '--enable-ehal' '--disable-ehal'
&&

-config_query_option EDBUS_ENM 'Enable Network Monitor support?' y \
- '--enable-enm' '--disable-enm' &&
+config_query_option EDBUS_ENOTIFY 'Enable filesystem notify support?' y
\
+ '--enable-enotify' '--disable-enotify'
&&
+
+config_query_option EDBUS_EBLUEZ "Enable bluetooth support?" n \
+ "--enable-ebluez" "--disable-ebluez" &&
+
+config_query_option EDBUS_ECONNMAN "Enable connman support?" n \
+ "--enable-econnman" "--disable-econnman" &&
+
+config_query_option EDBUS_EOFONO "Enable ofono support?" n \
+ "--enable-eofono" "--disable-ofono"
+
+# --disable-edbus-bluez-test
+# disable building of edbus_bluez_test
+# --disable-edbus-connman-test
+# disable building of edbus_connman_test
+# --disable-edbus-notification-daemon-test
+# disable building of edbus_notification_daemon_test
+# --disable-edbus-notify-send
+# disable building of edbus_notify_send
+# --disable-edbus-notify-test
+# disable building of edbus_notify_test
+# --disable-edbus-ofono-test
+# disable building of edbus_ofono_test
+# --disable-edbus-ukit-test
+# disable building of edbus_ukit_test

-config_query_option EDBUS_ENOTIFY 'Enable filesystem notify support?' y \
- '--enable-enotify' '--disable-enotify'
diff --git a/e-17/e_dbus/HISTORY b/e-17/e_dbus/HISTORY
index 60f2be4..3ce7bab 100644
--- a/e-17/e_dbus/HISTORY
+++ b/e-17/e_dbus/HISTORY
@@ -1,3 +1,7 @@
+2011-11-12 Robin Cook <rcook AT wyrms.net>
+ * CONFIGURE: remove no longer valid options and added new options
+ * BUILD: removed no longe valid options and added new options
+
2011-11-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.1




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (dcf109c05c19662305f46cdb56397ebe785235b6), Robin Cook, 11/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page